mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-04 23:39:29 +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)
|
Handler.__init__(self)
|
||||||
QObject.__init__(self)
|
QObject.__init__(self)
|
||||||
|
|
||||||
def emit(self, message):
|
def emit(self, record):
|
||||||
msg = self.format(message)
|
msg = self.format(record)
|
||||||
|
|
||||||
if msg:
|
if msg:
|
||||||
self.message.emit(msg)
|
self.message.emit(msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user