Fixing another bad wait

This commit is contained in:
Hydrus Network Developer 2024-08-14 16:58:32 -05:00
parent 360e995725
commit e35a7a319b
No known key found for this signature in database
GPG Key ID: 76249F053212133C
1 changed files with 2 additions and 0 deletions

View File

@ -679,6 +679,8 @@ class TagPairActionContext( object ):
self._notify_new_tags_info.wait( 0.5 ) self._notify_new_tags_info.wait( 0.5 )
self._notify_new_tags_info.clear()
pertinent_pairs = set() pertinent_pairs = set()