Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-03-19 04:49:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-03-19 04:49:18 +0300
commit57f376e9465c6b79ebd4409bc30e0b5930dd4140 (patch)
tree8dc6d5940bc8c39d7979d3b35c19d91f4bb83bf0 /netrender/balancing.py
parent1338695613af08ae912e6507f0fc89d54577e11a (diff)
Cleanup: trailing space
Diffstat (limited to 'netrender/balancing.py')
-rw-r--r--netrender/balancing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/netrender/balancing.py b/netrender/balancing.py
index b6531604..e60165dd 100644
--- a/netrender/balancing.py
+++ b/netrender/balancing.py
@@ -174,7 +174,7 @@ class NewJobPriority(PriorityRule):
"enabled": self.enabled,
"editable": self.editable,
"descritpiton":str(self),
- "limit": self.limit,
+ "limit": self.limit,
"limit_str":self.str_limit(),
"id":self.id()
}
@@ -215,7 +215,7 @@ class ExcludeQueuedEmptyJob(ExclusionRule):
def test(self, job):
return job.status != netrender.model.JOB_QUEUED or job.countFrames(status = netrender.model.FRAME_QUEUED) == 0
-
+
def serialize(self):
return { "type": "exception",
"enabled": self.enabled,