fix (or at least work around) #788

This commit is contained in:
molecular 2014-08-16 15:40:21 +02:00
parent 247f4944a6
commit d26d3abf5d
1 changed files with 1 additions and 0 deletions

View File

@ -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)