mirror of
https://github.com/scummvm/scummvm-icons.git
synced 2025-10-28 14:32:25 -05:00
ICONS: fixed language dependency in check gen-set.py
This commit is contained in:
parent
92f95d4e29
commit
9f18da7393
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ def is_scummvmicons_repo(output_showorigin: list) -> bool:
|
|||
""" Checks if the local repo is a scummvm-icons repo"""
|
||||
for line in output_showorigin:
|
||||
# should be the correct repo
|
||||
if 'Fetch URL: https://github.com/scummvm/scummvm-icons' in line.decode(ENCODING):
|
||||
if ': https://github.com/scummvm/scummvm-icons' in line.decode(ENCODING):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue