️ Ignore Disc on retropy
dl / lint (push) Successful in 1m13s Details
dl / docker (push) Successful in 47s Details

This commit is contained in:
Michel Roux 2024-02-23 14:42:30 +01:00
parent 48b68f0fbe
commit 948ef26397
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ for console in path.iterdir():
# loop over roms without hashes
for rom in Path(path / "hashes" / console.name / "roms").iterdir():
if rom.is_file():
if rom.is_file() and "Disc" not in rom.name:
# get rom hash
with open(rom, "r") as file:
hash = file.read()