Browse Source

fix (or at least work around) #788

283
molecular 11 years ago
parent
commit
d26d3abf5d
  1. 1
      lib/plugins.py

1
lib/plugins.py

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

Loading…
Cancel
Save