Commit 5a1c363e authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

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

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment