mirror of
https://github.com/rommapp/romm.git
synced 2026-01-22 12:04:37 +08:00
This change mainly refactors the `scan_platforms` function, moving part of its logic to `_identify_platform`, `_identify_firmware`, and `_identify_rom`. The logic is simpler this way, each smaller function returns `ScanStats` that can be merged by the caller, and it simplifies future performance improvements.
2 lines
43 B
Python
2 lines
43 B
Python
class ScanStoppedException(Exception): ...
|