Skip to content
Snippets Groups Projects
Commit 6106d657 authored by Qinusty's avatar Qinusty
Browse files

cascache.py: Remove misleading info message

This addresses issue #501.
parent de162e43
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -240,7 +240,6 @@ class CASCache(ArtifactCache):
except grpc.RpcError as e:
if e.code() != grpc.StatusCode.NOT_FOUND:
element.info("{} not found at remote {}".format(element._get_brief_display_key(), remote.spec.url))
raise
return False
......
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