diff --git a/codepy/jit.py b/codepy/jit.py index 7b4cc32..4928d93 100644 --- a/codepy/jit.py +++ b/codepy/jit.py @@ -466,7 +466,7 @@ def check_source(source_path: list[str]) -> bool: dependencies=get_dep_structure(source_paths), source_name=source_name), info_file) - return hex_checksum, mod_name, ext_file, True # noqa: TRY300 + return hex_checksum, mod_name, ext_file, True except Exception: cleanup_m.error_clean_up() raise