From 6ca7201203aec020b662fa7ef7cce0bfeb227c41 Mon Sep 17 00:00:00 2001 From: Boyan Date: Sat, 7 Dec 2024 09:49:52 +0100 Subject: [PATCH] stupid colon --- ucompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucompile b/ucompile index 86e7a58..92add3d 100755 --- a/ucompile +++ b/ucompile @@ -215,7 +215,7 @@ def main(): 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 temmies_check = os.path.join(os.path.dirname(file_name), ".temmies")