stupid colon

This commit is contained in:
Boyan 2024-12-07 09:49:52 +01:00
parent 8d42484863
commit 6ca7201203

View File

@ -215,7 +215,7 @@ def main():
args.tests_dir = args.tests if args.tests else "." args.tests_dir = args.tests if args.tests else "."
if not SUPPORTED_LANGS[file_ext](file_name, args) # don't do submit dialogue if failed if not SUPPORTED_LANGS[file_ext](file_name, args): # don't do submit dialogue if failed
return return
temmies_check = os.path.join(os.path.dirname(file_name), ".temmies") temmies_check = os.path.join(os.path.dirname(file_name), ".temmies")