|
|
|
@ -50,6 +50,7 @@ def run_hook(name, *args): |
|
|
|
except Exception: |
|
|
|
except Exception: |
|
|
|
print_error("Plugin error") |
|
|
|
print_error("Plugin error") |
|
|
|
traceback.print_exc(file=sys.stdout) |
|
|
|
traceback.print_exc(file=sys.stdout) |
|
|
|
|
|
|
|
r = False |
|
|
|
|
|
|
|
|
|
|
|
if r: |
|
|
|
if r: |
|
|
|
results.append(r) |
|
|
|
results.append(r) |
|
|
|
|