mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
PluginDownloader: Fix traceback printing.
This commit is contained in:
parent
fed2bcf9d3
commit
6c9b03f70c
@ -308,7 +308,7 @@ class PluginDownloader(callbacks.Plugin):
|
||||
irc.replySuccess()
|
||||
except Exception as e:
|
||||
import traceback
|
||||
traceback.print_exc(e)
|
||||
traceback.print_exc()
|
||||
log.error(str(e))
|
||||
irc.error('The plugin could not be installed. Check the logs '
|
||||
'for a more detailed error.')
|
||||
|
Loading…
Reference in New Issue
Block a user