mirror of https://gitlab.com/pamhyr/pamhyr2
Adists: Minor pep8 fix.
parent
b62d1429c0
commit
c6ab2647c1
|
|
@ -81,7 +81,7 @@ class ICAdisTSSpec(SQLSubModel):
|
|||
if major == 0 and minor < 1:
|
||||
if int(release) < 6:
|
||||
cls._db_create(execute)
|
||||
created =True
|
||||
created = True
|
||||
|
||||
if major == "0" and int(minor) < 2:
|
||||
if not created:
|
||||
|
|
|
|||
Loading…
Reference in New Issue