mirror of https://gitlab.com/pamhyr/pamhyr2
Mage: Add PAR export ligne filter and disable 'command_line_arguments'.
parent
3b5b7c09dd
commit
f9c28034a5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue