testing in prod

This commit is contained in:
Somdev Sangwan 2023-05-29 20:49:11 +05:30
parent f790a4aec8
commit f94a79a885
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import shutil
sep = "/"
if os.name == "nt":
sep = "\\"
sep = "/"
def run_command(command, mode="silent"):
if mode == "debug":

2
run.py
View File

@ -37,7 +37,7 @@ for name, value in vars(parser.parse_args()).items():
sep = "/" # used for filepaths e.g. /root/path/output.mp4
if sys.platform.startswith("win") or os.name == 'nt':
sep = "\\" # for windows
sep = "/" # for windows
def start_processing():
if args['gpu']: