summaryrefslogtreecommitdiff
path: root/icklib
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-08 12:54:58 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-08 12:54:58 +0200
commit76b5789b07a7e951f51c69dba0f3240111e3506a (patch)
tree1b586986d5fc4fdff01fe4c1eb18732d7afb265c /icklib
parent0cfbdfc8d89a403ae915e8b1ab774fae121f26d5 (diff)
downloadick-76b5789b07a7e951f51c69dba0f3240111e3506a.tar.gz
Fix --verbose to show names of projects
Diffstat (limited to 'icklib')
-rw-r--r--icklib/progress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/icklib/progress.py b/icklib/progress.py
index 92168de..d071792 100644
--- a/icklib/progress.py
+++ b/icklib/progress.py
@@ -97,7 +97,7 @@ class VerboseProgress(_Progress):
formats = {
'projects': None,
'project': None,
- 'project_name': 'Project: {key}',
+ 'project_name': 'Project: {value}',
'pipeline': indent + 'pipeline: {key}',
'step': indent * 2 + '{value}',
'target': indent * 3 + '{value}',