Add new line after benhmark errors
This commit is contained in:
parent
efb7b147af
commit
d548c6bdfa
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ class UiRequestPlugin(object):
|
||||||
CryptBitcoin.loadLib(lib_verify)
|
CryptBitcoin.loadLib(lib_verify)
|
||||||
loaded = True
|
loaded = True
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
yield "- Error loading %s: %s" % (lib_verify, err)
|
yield "- Error loading %s: %s<br>" % (lib_verify, err)
|
||||||
loaded = False
|
loaded = False
|
||||||
if not loaded:
|
if not loaded:
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue