mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 20:32:32 -05:00
refactor: consolidate CI pipeline, remove third-party deps
This commit is contained in:
@@ -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