mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 09:03:59 +00:00
Fix bytes issue in sigal send
This commit is contained in:
@@ -715,7 +715,7 @@ class Tagger(QtWidgets.QApplication):
|
||||
log.debug("signal %i received", signum)
|
||||
# Send a notification about a received signal from the signal handler
|
||||
# to Qt.
|
||||
self.signalfd[0].sendall("a")
|
||||
self.signalfd[0].sendall(b"a")
|
||||
|
||||
def sighandler(self):
|
||||
self.signalnotifier.setEnabled(False)
|
||||
|
||||
Reference in New Issue
Block a user