Skip to content

Commit

Permalink
Merge pull request #206 from slindner05/slindner05/issue205
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 authored Jan 22, 2025
2 parents b6d6d42 + e13e93a commit 338316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/unmatched_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def main(config):
# Remove ignored collections
if ignore_collections:
for item in ignore_collections:
for collection in results:
for collection in results[:]:
if collection['title'] == item:
results.remove(collection)
media_dict['collections'].extend(results)
Expand Down

0 comments on commit 338316c

Please sign in to comment.