HydraulicStructure: Fix db export.

setup.py
Pierre-Antoine Rouby 2023-12-06 09:20:18 +01:00
parent d73e901a96
commit 5ab06dbe51
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class HydraulicStructure(SQLSubModel):
"VALUES (" +
f"{self.id}, '{self._db_format(self._name)}', " +
f"{self._db_format(self.enabled)}, " +
f"{self.input_kp}, {self.input_kp}, " +
f"{self.input_kp}, {self.output_kp}, " +
f"{input_reach_id}, {output_reach_id}" +
")"
)