mirror of https://gitlab.com/pamhyr/pamhyr2
Pamhyr: Save: Minor fix.
parent
d50f617a85
commit
237b2670f6
|
|
@ -428,7 +428,7 @@ class Study(SQLModel):
|
|||
[self.scenarios, self._river]
|
||||
)
|
||||
logger.debug(cnt)
|
||||
return cnt + 6
|
||||
return cnt + 7
|
||||
|
||||
def close(self):
|
||||
"""Close db connection
|
||||
|
|
|
|||
Loading…
Reference in New Issue