mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-01 22:58:12 +00:00
LogToSignalHandler: rename local emit() variable to prevent confusion
This commit is contained in:
parent
d268e7e7f7
commit
faaf1a5b64
@ -37,8 +37,8 @@ class LogToSignalHandler(Handler, QObject):
|
||||
Handler.__init__(self)
|
||||
QObject.__init__(self)
|
||||
|
||||
def emit(self, message):
|
||||
msg = self.format(message)
|
||||
def emit(self, record):
|
||||
msg = self.format(record)
|
||||
|
||||
if msg:
|
||||
self.message.emit(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user