-
Bug
-
Resolution: Fixed
-
Normal
-
1.4
-
None
PICARD-972 / PR #609 generates log.debug messages as part of Picard termination, but these are not appearing on stderr.
As an aside the log.debug statement in tagger.py#exit is not appearing either.
It appears that we need functionality to process the event queue when quitting. This may be as simple as including a `QtCore.QCoreApplication.processEvents()` in tagger.py/exit (to be tested).