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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/rna_dump.py')
-rw-r--r--source/blender/python/rna_dump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/rna_dump.py b/source/blender/python/rna_dump.py
index df902886f30..489f011e693 100644
--- a/source/blender/python/rna_dump.py
+++ b/source/blender/python/rna_dump.py
@@ -79,7 +79,7 @@ def seek(r, txt, recurs):
except:
keys = None
- if keys != None:
+ if keys is not None:
if PRINT_DATA:
print(txt + '.keys() - ' + str(r.keys()))