summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 2 insertions, 1 deletions
diff --git a/morph b/morph
index c91aad93..8e99f172 100755
--- a/morph
+++ b/morph
@@ -290,7 +290,8 @@ class Morph(cliapp.Application):
self.msg('Building %s' % artifact.name)
for chunk_artifact in to_be_installed:
- logging.debug('Installing %s' % chunk_artifact.name)
+ logging.debug('Installing %s' %
+ chunk_artifact.name)
self.msg(' Installing %s' % chunk_artifact.name)
handle = lac.get(chunk_artifact)
staging_area.install_artifact(handle)