summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/remoteartifactcache.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/morphlib/remoteartifactcache.py b/morphlib/remoteartifactcache.py
index ecbb7d3a..dae252ac 100644
--- a/morphlib/remoteartifactcache.py
+++ b/morphlib/remoteartifactcache.py
@@ -104,3 +104,6 @@ class RemoteArtifactCache(object):
server_url += '/'
return urlparse.urljoin(
server_url, '/1.0/artifacts?filename=%s' % filename)
+
+ def __str__(self): # pragma: no cover
+ return self.server_url