Commit 325bb9ed authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Solver: Mage: Fix warning.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -541,7 +541,7 @@ class Mage8(Mage):
if name in ["command_line_arguments"]:
continue
if name is "mage_compute_reach_volume_balance":
if name == "mage_compute_reach_volume_balance":
value = "O" if value == "y" else "N"
f.write(f"{name} {value}\n")
......
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