From a82bcb38c40fbeeea3715341d07ace5bb56890ed Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 8 Oct 2012 20:50:06 +0000 Subject: style cleanup: pep8 --- system_property_chart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system_property_chart.py') 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: -- cgit v1.2.3