Commit a8fb42a5 authored by Seblu's avatar Seblu
Browse files

fix missing \n after password asking

parent 1f51db71
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -131,6 +131,8 @@ class Printer(object):
            passwd = raw_input(prompt)
        finally:
            termios.tcsetattr(fd, termios.TCSADRAIN, old)
        sys.stdout.write(os.linesep)
        sys.stdout.flush()
        return passwd

    def ask(self, prompt):