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

mesh
Pierre-Antoine Rouby 2023-08-30 10:43:26 +02:00
parent 0c06b4cb2a
commit 10d6a17a59
1 changed files with 3 additions and 0 deletions

View File

@ -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