summaryrefslogtreecommitdiff
path: root/morphlib/remoterepocache.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/remoterepocache.py')
-rw-r--r--morphlib/remoterepocache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/remoterepocache.py b/morphlib/remoterepocache.py
index fd843682..c80a6ae0 100644
--- a/morphlib/remoterepocache.py
+++ b/morphlib/remoterepocache.py
@@ -75,7 +75,7 @@ class RemoteRepoCache(object):
return self._make_request(
'files?repo=%s&ref=%s&filename=%s' % (repo_url, ref, filename))
- def _make_request(self, path):
+ def _make_request(self, path): # pragma: no cover
server_url = self.server_url
if not server_url.endswith('/'):
server_url += '/'