mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Conditional: Fix handling of exceptions.
This commit is contained in:
parent
43f1e5cd24
commit
1724d6867b
@ -66,7 +66,7 @@ class Conditional(callbacks.Plugin):
|
|||||||
try:
|
try:
|
||||||
self.Proxy(irc.irc, msg, tokens)
|
self.Proxy(irc.irc, msg, tokens)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.exception('Uncaught exception in requested function:')
|
self.log.exception('Uncaught exception in requested function:')
|
||||||
|
|
||||||
@internationalizeDocstring
|
@internationalizeDocstring
|
||||||
def cif(self, irc, msg, args, condition, ifcommand, elsecommand):
|
def cif(self, irc, msg, args, condition, ifcommand, elsecommand):
|
||||||
|
Loading…
Reference in New Issue
Block a user