Upload files to "/"
This commit is contained in:
parent
9b437b610b
commit
98fc8f46b6
|
@ -59,6 +59,7 @@ def main():
|
||||||
os.makedirs(in_path)
|
os.makedirs(in_path)
|
||||||
print("Put all files to extract in decoder_in folder")
|
print("Put all files to extract in decoder_in folder")
|
||||||
input("Press Enter/Return to exit")
|
input("Press Enter/Return to exit")
|
||||||
|
return
|
||||||
|
|
||||||
os.makedirs(out_path, exist_ok=True)
|
os.makedirs(out_path, exist_ok=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue