tMerge pull request #789 from molecular/master - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit d855258190e983c443ce0775185b492ca0d20fd5
DIR parent 5f10b498118d03be7df3df73e7e0afcd62c0f511
HTML Author: ThomasV <thomasv1@gmx.de>
Date: Mon, 25 Aug 2014 16:02:11 +0200
Merge pull request #789 from molecular/master
fix (or at least work around) #788
Diffstat:
M lib/plugins.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/lib/plugins.py b/lib/plugins.py
t@@ -50,6 +50,7 @@ def run_hook(name, *args):
except Exception:
print_error("Plugin error")
traceback.print_exc(file=sys.stdout)
+ r = False
if r:
results.append(r)