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")