summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-05-02 22:20:20 +0300
committerLars Wirzenius <liw@liw.fi>2016-05-02 22:20:20 +0300
commit8b729c1d3afe4e9647473d5b5b4fecb028577195 (patch)
tree318662496547e5f08a86ed7f4c4404684f01cd17
parent054dcb3c6680589236edf0f1472281282acf4c57 (diff)
downloadick-8b729c1d3afe4e9647473d5b5b4fecb028577195.tar.gz
In -v mode, print out a "success" message at end
-rw-r--r--icklib/progress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/icklib/progress.py b/icklib/progress.py
index 462f4d1..f09ff85 100644
--- a/icklib/progress.py
+++ b/icklib/progress.py
@@ -121,4 +121,4 @@ class VerboseProgress(_Progress):
sys.stdout.write('==== {}={}\n'.format(key, value))
def finish(self):
- pass
+ sys.stdout.write('ick has finished successfully\n')