We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38d957 commit 7ab4cfbCopy full SHA for 7ab4cfb
1 file changed
codepy/jit.py
@@ -466,7 +466,7 @@ def check_source(source_path: list[str]) -> bool:
466
dependencies=get_dep_structure(source_paths),
467
source_name=source_name), info_file)
468
469
- return hex_checksum, mod_name, ext_file, True # noqa: TRY300
+ return hex_checksum, mod_name, ext_file, True
470
except Exception:
471
cleanup_m.error_clean_up()
472
raise
0 commit comments