mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-06-12 18:15:30 -05:00
refactor: consolidate CI pipeline, remove third-party deps
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ def check_inside_zip(container: str, file_name: str, expected_md5: str) -> str:
|
||||
return Status.UNTESTED
|
||||
|
||||
return "not_in_zip"
|
||||
except Exception:
|
||||
except (zipfile.BadZipFile, OSError, KeyError):
|
||||
return "error"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user