Browse Source

Syntax error bugfix

Yann Weber 8 years ago
parent
commit
0a93191207
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/plugin/plugins.py

+ 1
- 1
lodel/plugin/plugins.py View File

168
             if not cmpfun(
168
             if not cmpfun(
169
                     getattr(self, property_name),
169
                     getattr(self, property_name),
170
                     getattr(other, property_name)):
170
                     getattr(other, property_name)):
171
-                if property_name == self.PROPERTY_LIST[-1]
171
+                if property_name == self.PROPERTY_LIST[-1]:
172
                     return False
172
                     return False
173
         return True
173
         return True
174
 
174
 

Loading…
Cancel
Save