mirror of https://gitlab.com/pamhyr/pamhyr2
Pamhyr: Fix PEP8.
parent
611f9cdfa3
commit
d1c34fb437
|
|
@ -70,7 +70,8 @@ class Data(SQLSubModel):
|
||||||
created = False
|
created = False
|
||||||
|
|
||||||
if major == "0" and int(minor) < 2:
|
if major == "0" and int(minor) < 2:
|
||||||
if cls.is_table_exists(execute, "lateral_contribution_data_adists"):
|
if cls.is_table_exists(
|
||||||
|
execute, "lateral_contribution_data_adists"):
|
||||||
cls._db_update_to_0_2_0(execute, data)
|
cls._db_update_to_0_2_0(execute, data)
|
||||||
else:
|
else:
|
||||||
cls._db_create(execute)
|
cls._db_create(execute)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue