forked from LBRYCommunity/lbry-sdk
pylint
This commit is contained in:
parent
5a41afc9fc
commit
e58f3593ee
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ def main():
|
||||||
# print_help_for_command(method)
|
# print_help_for_command(method)
|
||||||
else:
|
else:
|
||||||
print_error("Something went wrong\n", suggest_help=False)
|
print_error("Something went wrong\n", suggest_help=False)
|
||||||
print(str(err))
|
print str(err)
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue