mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Better logging on weird filter terms coming from external files API
This commit is contained in:
committed by
GitHub
parent
fab9d44f17
commit
3182de136b
2
.github/db_operator.py
vendored
2
.github/db_operator.py
vendored
@@ -773,7 +773,7 @@ class DatabaseBuilder:
|
||||
tags = self._tags.get_tags_for_file(file)
|
||||
for term in filter_terms:
|
||||
if not term:
|
||||
print('WARNING! Empty term found in filter_terms', filter_terms)
|
||||
print('WARNING! Empty term found in filter_terms', file, filter_terms)
|
||||
continue
|
||||
tags.append(self._tags._use_term(term))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user