Merge pull request #789 from molecular/master

fix (or at least work around) #788
This commit is contained in:
ThomasV 2014-08-25 16:02:11 +02:00
commit d855258190
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)