Skip to content
Snippets Groups Projects
Commit 5f4b9377 authored by Jürg Billeter's avatar Jürg Billeter
Browse files

_artifactcache/artifactcache.py: Update remote init error message

initialize_remotes() no longer fetches remote refs.
parent 3d1e23d6
No related branches found
No related tags found
No related merge requests found
......@@ -356,7 +356,7 @@ class ArtifactCache():
#
def _initialize_remotes(self):
def remote_failed(url, error):
self._message(MessageType.WARN, "Failed to fetch remote refs from {}: {}".format(url, error))
self._message(MessageType.WARN, "Failed to initialize remote {}: {}".format(url, error))
with self.context.timed_activity("Initializing remote caches", silent_nested=True):
self.initialize_remotes(on_failure=remote_failed)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment