mirror of https://gitlab.com/pamhyr/pamhyr2
fix pep8
parent
11e1302e05
commit
7565d8ee95
|
|
@ -189,7 +189,8 @@ class Data(SQLSubModel):
|
|||
"INSERT INTO " +
|
||||
"boundary_condition_data_adists(" +
|
||||
"pamhyr_id, deleted, data0, data1, bca, scenario) " +
|
||||
f"VALUES ({self.id}, {self._db_format(self.is_deleted())}, '{data0}', {data1}, {bca.id}, " +
|
||||
f"VALUES ({self.id}, {self._db_format(self.is_deleted())}, " +
|
||||
f"'{data0}', {data1}, {bca.id}, " +
|
||||
f"{self._status.scenario_id})"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue