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

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

Showing with 3 additions and 0 deletions
+3 -0
......@@ -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
......
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