Unpack argv

This commit is contained in:
David Duque
2020-04-17 20:53:49 +01:00
parent b9dec64ea1
commit 2c439abb64
+1 -1
View File
@@ -4,4 +4,4 @@ from os import system
from sys import argv
# Pass control to the actual script
system(f"management/editconf.py {argv[1:]}")
system(f"management/editconf.py {*argv[1:]}")