mirror of https://gitlab.com/pamhyr/pamhyr2
Study: Add minor comment.
parent
8182d434ec
commit
31ae0ab8e0
|
|
@ -520,6 +520,9 @@ class Study(SQLModel):
|
|||
[self.scenarios, self._river]
|
||||
)
|
||||
logger.debug(cnt)
|
||||
# HACK: 8 is the number of SQL request do and dont counted in
|
||||
# submodel save_count (let's count sql execute into the
|
||||
# '_save' method)
|
||||
return cnt + 8
|
||||
|
||||
def close(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue