pylint fix

This commit is contained in:
Kay Kurokawa 2017-06-30 12:51:05 -04:00
parent c7b254ec88
commit 1bf4048c46

View file

@ -1499,7 +1499,8 @@ class Daemon(AuthJSONRPCServer):
if not resolved or 'value' not in resolved:
if 'claim' not in resolved:
raise Exception("Failed to resolve stream at lbry://{}".format(uri.replace("lbry://", "")))
raise Exception(
"Failed to resolve stream at lbry://{}".format(uri.replace("lbry://", "")))
else:
resolved = resolved['claim']