Don't allow keyerror in event

This commit is contained in:
Ruud
2013-06-14 20:04:49 +02:00
parent 00d1da7c01
commit 609805b84d

View File

@@ -138,8 +138,6 @@ def fireEvent(name, *args, **kwargs):
options['on_complete']()
return results
except KeyError, e:
pass
except Exception:
log.error('%s: %s', (name, traceback.format_exc()))