Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jan 13, 2025
1 parent 14ef573 commit 82cad69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/retro-library/missing_artwork_platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def has_missing_images(system_dir, extensions):
for system_dir in os.listdir(roms_dir):
if os.name != 'nt':
if system_dir == "xbox360":
system_dir = "xbox360/roms"
system_dir = "xbox360/roms"
if system_dir == "model2":
system_dir = "model2/roms"
if system_dir == "ps4":
Expand Down

0 comments on commit 82cad69

Please sign in to comment.