diff --git a/.github/db_operator.py b/.github/db_operator.py index 09009327c..62782cabe 100755 --- a/.github/db_operator.py +++ b/.github/db_operator.py @@ -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))