IC: Fix reach reference at loading in case of multiple reach.

setup.py
Pierre-Antoine Rouby 2023-12-13 09:42:47 +01:00
parent 77a6da3024
commit 5a1c363e8a
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class InitialConditions(SQLSubModel):
)
if new._data is not None:
yield new
return new
def _db_save(self, execute, data=None):
ok = True