Print newline after receiving EOF in installutils.read_password.

This commit is contained in:
Jan Cholasta
2013-07-09 10:29:21 +00:00
committed by Martin Kosek
parent ab2debd1ea
commit 693710784b
12 changed files with 15 additions and 14 deletions

View File

@@ -108,7 +108,7 @@ def main():
else:
dirman_password = get_dirman_password()
if dirman_password is None:
sys.exit("\nDirectory Manager password required")
sys.exit("Directory Manager password required")
if not dirman_password:
sys.exit("No password supplied")