summaryrefslogtreecommitdiffstats
path: root/subcmds/stage.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/stage.py')
-rw-r--r--subcmds/stage.py1
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: