Skip to content

Commit

Permalink
fix bug tagpack not written add_actors
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Feb 27, 2023
1 parent 7aa7447 commit a30cef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tagpack/tagpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def get_user_choice_cached(hl, candidates, cache):
else:
labels_with_no_actors.add(hl)

if "actor" in self.all_header_fields:
if "actor" in self.all_header_fields and not suggestions_found:
print_warn("Actor is defined on Tagpack level, skip scanning all tags.")
return False

Expand Down

0 comments on commit a30cef5

Please sign in to comment.