Fix trailing whitespace
This commit is contained in:
parent
bbab4c0db0
commit
66b568afc6
@ -101,7 +101,7 @@ Options:
|
|||||||
if keyring.get_password("%s.%s" % (module["key"], credential), getpass.getuser()):
|
if keyring.get_password("%s.%s" % (module["key"], credential), getpass.getuser()):
|
||||||
print(" - %s: set" % credential)
|
print(" - %s: set" % credential)
|
||||||
else:
|
else:
|
||||||
print(" (none stored)")
|
print(" (none stored)")
|
||||||
return
|
return
|
||||||
|
|
||||||
choices = list(credential_modules.keys())
|
choices = list(credential_modules.keys())
|
||||||
|
Loading…
Reference in New Issue
Block a user