summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-24 21:02:53 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-24 21:02:53 +0200
commiteda91684c9ca3e714c9970026a75ea71516c079f (patch)
treed7cca8ce1f506055e2dc107d9423a4bd3b0b6a5a
parenta0da76a86d9abc28278f1bbe560aff68ee3dfa87 (diff)
downloadick-eda91684c9ca3e714c9970026a75ea71516c079f.tar.gz
Whitespace and comment cleanup
-rw-r--r--icklib/progress.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/icklib/progress.py b/icklib/progress.py
index fc53d30..cb65f11 100644
--- a/icklib/progress.py
+++ b/icklib/progress.py
@@ -99,12 +99,11 @@ class VerboseProgress(_Progress):
'project': None,
'project_name': 'Project: {key}',
'pipeline': indent + 'pipeline: {key}',
- 'step': indent*2 + '{value}',
- 'target': indent*3 + '{value}',
- 'command': indent*4 + '{value}',
+ 'step': indent * 2 + '{value}',
+ 'target': indent * 3 + '{value}',
+ 'command': indent * 4 + '{value}',
}
-# sys.stdout.write('# {}={}\n'.format(key, value))
if key.startswith('line'):
pass
elif key in formats: