summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-09 13:59:29 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-09 13:59:38 +0000
commitdcab07b3308922e95da46391f917d9e896597f7c (patch)
tree9ce6510c0acf20912533378f93ed9be7a4dc9441 /morph
parentf521d1b84a10ba801a1627fa3ff13d546e38ec2b (diff)
downloadmorph-dcab07b3308922e95da46391f917d9e896597f7c.tar.gz
Fix long lines being too long for tests to pass.
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)