mirror of https://gitlab.com/pamhyr/pamhyr2
IC: Fix reach reference at loading in case of multiple reach.
parent
77a6da3024
commit
5a1c363e8a
|
|
@ -250,7 +250,7 @@ class InitialConditions(SQLSubModel):
|
||||||
)
|
)
|
||||||
|
|
||||||
if new._data is not None:
|
if new._data is not None:
|
||||||
yield new
|
return new
|
||||||
|
|
||||||
def _db_save(self, execute, data=None):
|
def _db_save(self, execute, data=None):
|
||||||
ok = True
|
ok = True
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue