Option -p needs an argument.
This commit is contained in:
2
main.py
2
main.py
@@ -294,7 +294,7 @@ def main():
|
||||
))
|
||||
|
||||
try:
|
||||
opts, args = getopt.gnu_getopt(sys.argv[1:], 'hO:o:pP:H',
|
||||
opts, args = getopt.gnu_getopt(sys.argv[1:], 'hO:o:p:P:H',
|
||||
('optimizer-options=', 'help', 'version', 'output=', 'header',
|
||||
'preproc=', 'precmd=', 'prearg=', 'prenodef',
|
||||
'avid=', 'avname=', 'assetid=', 'scriptname='))
|
||||
|
||||
Reference in New Issue
Block a user