summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-01 14:48:25 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-10 13:52:26 +0000
commita8f4f916fefb827d573ba52c48e07a3eb10e61a6 (patch)
treefbf34f56f0ac65fc950954d705f9dee4aa864457
parentb92039f2b4446c90b97f2cfc8f71abfc12d67ba2 (diff)
downloadmorph-a8f4f916fefb827d573ba52c48e07a3eb10e61a6.tar.gz
fixup: remove OSTreeArtifactCache.get() status callback
-rw-r--r--morphlib/ostreeartifactcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/ostreeartifactcache.py b/morphlib/ostreeartifactcache.py
index ea659c8f..816b3cec 100644
--- a/morphlib/ostreeartifactcache.py
+++ b/morphlib/ostreeartifactcache.py
@@ -126,7 +126,7 @@ class OSTreeArtifactCache(object):
raise cliapp.AppException('Failed to pull %s from remote '
'cache.' % ref)
- def get(self, artifact, directory=None, status=lambda a: a):
+ def get(self, artifact, directory=None):
"""Checkout an artifact from the repo and return its location."""
cache_key, kind, name = artifact.basename().split('.', 2)
if kind == 'stratum':