bug fix
This commit is contained in:
parent
ff8cb902fc
commit
e939923a3f
2
plug
2
plug
@ -234,7 +234,7 @@ def plug(argv : [str]) -> int:
|
||||
if destination_files == []:
|
||||
error_and_quit(Error.NO_FILES, [])
|
||||
|
||||
if operation == '': error_and_quit(Error.NO_OP, [argv[i-1]])
|
||||
if operation == '': error_and_quit(Error.NO_OP, [])
|
||||
elif operation == 'g': gen_callback = gen
|
||||
elif operation == 'u': gen_callback = ungen
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user