Commit 10d6a17a authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Mage: Change Y/N into PAR file to O/N (as french).

Showing with 3 additions and 0 deletions
+3 -0
......@@ -503,6 +503,9 @@ class Mage8(Mage):
if name in ["command_line_arguments"]:
continue
if name is "mage_compute_reach_volume_balance":
value = "O" if value == "y" else "N"
f.write(f"{name} {value}\n")
return files
......
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