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

HydraulicStructure: Fix db export.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -149,7 +149,7 @@ class HydraulicStructure(SQLSubModel): ...@@ -149,7 +149,7 @@ class HydraulicStructure(SQLSubModel):
"VALUES (" + "VALUES (" +
f"{self.id}, '{self._db_format(self._name)}', " + f"{self.id}, '{self._db_format(self._name)}', " +
f"{self._db_format(self.enabled)}, " + 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}" + f"{input_reach_id}, {output_reach_id}" +
")" ")"
) )
......
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