mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Print newline after receiving EOF in installutils.read_password.
This commit is contained in:
committed by
Martin Kosek
parent
ab2debd1ea
commit
693710784b
@@ -291,7 +291,8 @@ def read_password(user, confirm=True, validate=True, retry=True, validator=_read
|
||||
correct = True
|
||||
except EOFError:
|
||||
return None
|
||||
print ""
|
||||
finally:
|
||||
print ""
|
||||
return pwd
|
||||
|
||||
def update_file(filename, orig, subst):
|
||||
|
||||
Reference in New Issue
Block a user