Commit db9ea8e6 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

add missing return

parent b3a6f342
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
__version__ = "0.1.107"
__version__ = "0.1.108"
+1 −0
Original line number Diff line number Diff line
@@ -373,6 +373,7 @@ def check_files_integrity():
        logger.info(
            "skipping file integrity check as per JAMA_PERIODIC_FILE_INTEGRITY_CHECK"
        )
        return True

    def file_hash256(file_path: str) -> str:
        try: