mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Should also compare URLs
This commit is contained in:
committed by
GitHub
parent
cc0962c0a2
commit
4cfb6de334
3
.github/db_operator.py
vendored
3
.github/db_operator.py
vendored
@@ -1160,8 +1160,7 @@ def reformat_elements(indexes: Dict[int, str], collection: List[Dict[str, Any]])
|
||||
for dict in collection:
|
||||
if 'tags' in dict:
|
||||
dict['tags'] = sorted([indexes[t] for t in dict.get('tags', [])])
|
||||
if 'url' in dict:
|
||||
dict['url'] = ''
|
||||
|
||||
# filesystem utilities
|
||||
|
||||
def et_iterparse(xml: str, events: Tuple[str]) -> Iterator[Tuple[str, Any]]:
|
||||
|
||||
Reference in New Issue
Block a user