mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
display error details for unexpected errors
This commit is contained in:
parent
1319f58276
commit
d14a4737b6
1 changed files with 2 additions and 2 deletions
|
@ -196,8 +196,8 @@ class Plugin(BasePlugin):
|
|||
except DNSException:
|
||||
err = _('Unhandled exception.')
|
||||
continue
|
||||
except:
|
||||
err = _('Unknown error.')
|
||||
except Exception,e:
|
||||
err = _('Unexpected error: ' + str(e))
|
||||
continue
|
||||
break
|
||||
if err:
|
||||
|
|
Loading…
Add table
Reference in a new issue