Skip to content

Commit

Permalink
Fixing another bad wait
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Aug 14, 2024
1 parent 360e995 commit e35a7a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hydrus/client/gui/metadata/ClientGUITagActions.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,8 @@ def GetPertinentPairsForTags( self, tags: typing.Collection[ str ], show_all: bo

self._notify_new_tags_info.wait( 0.5 )

self._notify_new_tags_info.clear()



pertinent_pairs = set()
Expand Down

0 comments on commit e35a7a3

Please sign in to comment.