diff options
Diffstat (limited to 'subcmds/status.py')
-rw-r--r-- | subcmds/status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/status.py b/subcmds/status.py index 7611621e..40562274 100644 --- a/subcmds/status.py +++ b/subcmds/status.py | |||
@@ -129,4 +129,4 @@ the following meanings: | |||
129 | output.dump(sys.stdout) | 129 | output.dump(sys.stdout) |
130 | output.close() | 130 | output.close() |
131 | if len(all_projects) == counter.next(): | 131 | if len(all_projects) == counter.next(): |
132 | print 'nothing to commit (working directory clean)' | 132 | print('nothing to commit (working directory clean)') |