1
0
Atzarojums 0
spoguļota no https://github.com/yweber/lodel2.git sinhronizēta 2025-12-18 07:46:54 +01:00

Syntax error bugfix

Šis iesūtījums ir iekļauts:
Yann 2017-01-05 17:18:15 +01:00
vecāks eac6df20fa
iesūtījums 0a93191207

Apskatīt datni

@ -168,7 +168,7 @@ to generic PluginVersion comparison function : '%s'" % cmp_fun_name)
if not cmpfun(
getattr(self, property_name),
getattr(other, property_name)):
if property_name == self.PROPERTY_LIST[-1]
if property_name == self.PROPERTY_LIST[-1]:
return False
return True