Add files via upload

This commit is contained in:
Akash Bora
2023-06-05 19:21:29 +05:30
committed by GitHub
parent 7a9688b4e9
commit ddd40da62f
4 changed files with 36 additions and 36 deletions

View File

@@ -25,11 +25,8 @@ def mosh(infile, outfile, m, c, n, a, f, k):
kill = k
if filein is None or os.path.exists(filein) == False:
print("> step 0/5: valid input file required!")
print("use -h to see help")
exit()
return
#define temp directory and files
temp_nb = random.randint(10000, 99999)
temp_dir = "temp-" + str(temp_nb)