summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-03 13:07:12 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-03 13:07:12 +0000
commit138a215fe6472cef0666a08ff864783dd1e46059 (patch)
treec505d74a26cf9f1974e52e8207e74465497b27de /morph
parentb857a4ff09d3ec69211a655888e7bb64105303bd (diff)
downloadmorph-138a215fe6472cef0666a08ff864783dd1e46059.tar.gz
Fix a line being too long.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 2 insertions, 1 deletions
diff --git a/morph b/morph
index c28ccf15..60c5ad2f 100755
--- a/morph
+++ b/morph
@@ -177,7 +177,8 @@ class Morph(cliapp.Application):
if not os.path.exists(cachedir):
os.mkdir(cachedir)
- artifact_cachedir = os.path.join(self.settings['cachedir'], 'artifacts')
+ artifact_cachedir = os.path.join(
+ self.settings['cachedir'], 'artifacts')
if not os.path.exists(artifact_cachedir):
os.mkdir(artifact_cachedir)