mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-27 05:21:09 -05:00
src/callbacks: Remove a duplicate except statement.
This commit is contained in:
parent
e4c9381f7b
commit
464c1e3cb9
@ -1177,8 +1177,6 @@ class Commands(BasePlugin):
|
|||||||
except (SyntaxError, Error), e:
|
except (SyntaxError, Error), e:
|
||||||
self.log.debug('Error return: %s', utils.exnToString(e))
|
self.log.debug('Error return: %s', utils.exnToString(e))
|
||||||
irc.error(str(e))
|
irc.error(str(e))
|
||||||
except Error, e:
|
|
||||||
irc.error(str(e))
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.log.exception('Uncaught exception in %s.', command)
|
self.log.exception('Uncaught exception in %s.', command)
|
||||||
if conf.supybot.reply.error.detailed():
|
if conf.supybot.reply.error.detailed():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user