Mage: Add PAR export ligne filter and disable 'command_line_arguments'.

mesh
Pierre-Antoine Rouby 2023-08-28 10:30:32 +02:00
parent 3b5b7c09dd
commit f9c28034a5
1 changed files with 3 additions and 0 deletions

View File

@ -478,6 +478,9 @@ class Mage8(Mage):
.replace("mage_", "")
value = p.value
if name in ["command_line_arguments"]:
continue
f.write(f"{name} {value}\n")
return files