Commit adb47c44 authored by Dan Pascu's avatar Dan Pascu

Fixed typo

parent b429616b
......@@ -274,7 +274,7 @@ class Blink(QApplication):
try:
event.function(*event.args, **event.kw)
except:
log.error('Exception occured while calling function %s in the GUI thread' % event.function.__name__)
log.error('Exception occurred while calling function %s in the GUI thread' % event.function.__name__)
log.err()
def handle_notification(self, notification):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment