summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-22 10:49:21 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-22 10:49:21 +0000
commitddfde84e9be54174a111068ac9bfee5354c134d6 (patch)
tree90b0aa8690effc7e2979f83ea7c47728f637ec2a /morphlib/buildcommand.py
parent48b6fc558f69bcb9a1be78711a43cd07de59d584 (diff)
downloadmorph-ddfde84e9be54174a111068ac9bfee5354c134d6.tar.gz
Fix up code formatting
Diffstat (limited to 'morphlib/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index a7f55b0f..bfc64edc 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -211,9 +211,10 @@ class BuildCommand(object):
if self.is_built(a):
self.cache_artifacts_locally([a])
- self.app.status(msg='The %(kind)s is cached at %(cache)s',
- kind=a.source.morphology['kind'],
- cache=os.path.basename(self.lac.artifact_filename(a))[:7])
+ self.app.status(
+ msg='The %(kind)s is cached at %(cache)s',
+ kind=a.source.morphology['kind'],
+ cache=os.path.basename(self.lac.artifact_filename(a))[:7])
else:
self.app.status(msg='Building %(kind)s %(name)s',
name=a.name, kind=a.source.morphology['kind'])