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:
Diffstat (limited to 'netrender/slave.py')
-rw-r--r--netrender/slave.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netrender/slave.py b/netrender/slave.py
index a5d97172..3bb1578a 100644
--- a/netrender/slave.py
+++ b/netrender/slave.py
@@ -69,7 +69,7 @@ def testFile(conn, job_id, slave_id, rfile, job_prefix, main_path=None):
found = os.path.exists(job_full_path)
- if found and rfile.signature != None:
+ if found and rfile.signature is not None:
found_signature = hashFile(job_full_path)
found = found_signature == rfile.signature