Alon Bar-Lev has uploaded a new change for review.

Change subject: dialog: human: print missing new line in hidden mode
......................................................................

dialog: human: print missing new line in hidden mode

Change-Id: I6c3230ac17c2a531ed1a2a5d71904f1a6fed200c
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M src/otopi/dialog.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/47/11347/1

diff --git a/src/otopi/dialog.py b/src/otopi/dialog.py
index 28a1df2..50b4fcb 100644
--- a/src/otopi/dialog.py
+++ b/src/otopi/dialog.py
@@ -241,6 +241,7 @@
             try:
                 with open(os.devnull, 'w+') as null:
                     value = getpass.getpass(prompt='', stream=null)
+                    self.__output.write('\n')
                     getpass_error = False
             except:
                 self.logger.debug('getpass')


--
To view, visit http://gerrit.ovirt.org/11347
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6c3230ac17c2a531ed1a2a5d71904f1a6fed200c
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to