summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rwxr-xr-xmorphlib/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index f591a66c..628136cc 100755
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -92,7 +92,7 @@ class BuildCommand(object):
def new_artifact_caches(self):
'''Create new objects for local, remote artifact caches.'''
- cachedir = self.create_cachedir()
+ self.create_cachedir()
artifact_cachedir = self.create_artifact_cachedir()
lac = morphlib.localartifactcache.LocalArtifactCache(artifact_cachedir)