mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
Merge pull request #789 from molecular/master
fix (or at least work around) #788
This commit is contained in:
commit
d855258190
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue