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 'system_property_chart.py')
-rw-r--r--system_property_chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 4178ebe0..5ed96aae 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -101,7 +101,7 @@ def _property_chart_draw(self, context):
prop_found = False
for attr_string in strings:
prop_pairs.append(obj_prop_get(obj, attr_string))
- if prop_found == False and prop_pairs[-1] != (None, None):
+ if prop_found is False and prop_pairs[-1] != (None, None):
prop_found = True
if prop_found: