Updated code quality print space warning changes in namecoin.py
This commit is contained in:
parent
e79a0e21e9
commit
6e785b61c3
|
@ -174,7 +174,7 @@ class namecoinConnection(object):
|
|||
message = ('failed', tr._translate("MainWindow", 'Couldn\'t understand NMControl.'))
|
||||
|
||||
else:
|
||||
print ("Unsupported Namecoin type")
|
||||
print("Unsupported Namecoin type")
|
||||
sys.exit(1)
|
||||
|
||||
return message
|
||||
|
|
Reference in New Issue
Block a user