mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01: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:
|
||||
self.log.debug('Error return: %s', utils.exnToString(e))
|
||||
irc.error(str(e))
|
||||
except Error, e:
|
||||
irc.error(str(e))
|
||||
except Exception, e:
|
||||
self.log.exception('Uncaught exception in %s.', command)
|
||||
if conf.supybot.reply.error.detailed():
|
||||
|
Loading…
x
Reference in New Issue
Block a user