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,7 +168,7 @@ to generic PluginVersion comparison function : '%s'" % cmp_fun_name)
168 168
             if not cmpfun(
169 169
                     getattr(self, property_name),
170 170
                     getattr(other, property_name)):
171
-                if property_name == self.PROPERTY_LIST[-1]
171
+                if property_name == self.PROPERTY_LIST[-1]:
172 172
                     return False
173 173
         return True
174 174
 

Loading…
Cancel
Save