Updated code quality print space warning changes in namecoin.py

This commit is contained in:
kuldeep.k@cisinlabs.com 2021-08-20 13:39:00 +05:30
parent e79a0e21e9
commit 6e785b61c3
No known key found for this signature in database
GPG Key ID: AF4FB299BF7C7C2A

View File

@ -174,7 +174,7 @@ class namecoinConnection(object):
message = ('failed', tr._translate("MainWindow", 'Couldn\'t understand NMControl.')) message = ('failed', tr._translate("MainWindow", 'Couldn\'t understand NMControl.'))
else: else:
print ("Unsupported Namecoin type") print("Unsupported Namecoin type")
sys.exit(1) sys.exit(1)
return message return message