This commit is contained in:
anon 2024-07-18 20:46:04 +02:00
parent ff8cb902fc
commit e939923a3f

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