Adists: Minor pep8 fix.

scenarios
Pierre-Antoine 2025-08-18 09:56:24 +02:00
parent b62d1429c0
commit c6ab2647c1
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class ICAdisTSSpec(SQLSubModel):
if major == 0 and minor < 1: if major == 0 and minor < 1:
if int(release) < 6: if int(release) < 6:
cls._db_create(execute) cls._db_create(execute)
created =True created = True
if major == "0" and int(minor) < 2: if major == "0" and int(minor) < 2:
if not created: if not created: