commit 2bbe829f32daeef0993cedb88ef7618992d6a98b
parent 24560e03a92ad5d4100ff1625c5f2c82edb6d035
Author: ThomasV <thomasv@electrum.org>
Date: Thu, 11 Feb 2016 11:40:39 +0100
Merge branch 'master' of git://github.com/spesmilo/electrum
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/plugins.py b/lib/plugins.py
@@ -137,6 +137,7 @@ class Plugins(DaemonThread):
wallet_types.append(details[1])
descs.append(details[2])
except:
+ traceback.print_exc()
self.print_error("cannot load plugin for:", name)
return wallet_types, descs