diff options
-rw-r--r-- | subcmds/stage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/stage.py b/subcmds/stage.py index 5f17cb64..bdb72012 100644 --- a/subcmds/stage.py +++ b/subcmds/stage.py | |||
@@ -75,6 +75,7 @@ The '%prog' command stages files to prepare the next commit. | |||
75 | out.nl() | 75 | out.nl() |
76 | 76 | ||
77 | out.prompt('project> ') | 77 | out.prompt('project> ') |
78 | out.flush() | ||
78 | try: | 79 | try: |
79 | a = sys.stdin.readline() | 80 | a = sys.stdin.readline() |
80 | except KeyboardInterrupt: | 81 | except KeyboardInterrupt: |