mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
fix (or at least work around) #788
This commit is contained in:
parent
247f4944a6
commit
d26d3abf5d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue