mirror of https://gitlab.com/pamhyr/pamhyr2
Results: Minor fix.
parent
de180b3635
commit
1e6a578890
|
|
@ -115,7 +115,10 @@ class Results(SQLSubModel):
|
|||
)
|
||||
""")
|
||||
|
||||
return True
|
||||
if ext != "":
|
||||
return True
|
||||
|
||||
return cls._create_submodel(execute)
|
||||
|
||||
@classmethod
|
||||
def _db_update(cls, execute, version, data=None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue