nanonyme commented on a change in pull request #1477:
URL: https://github.com/apache/buildstream/pull/1477#discussion_r761464475



##########
File path: src/buildstream/_artifactcache.py
##########
@@ -448,7 +454,9 @@ def _push_artifact_proto(self, element, artifact, 
artifact_digest, remote):
         except grpc.RpcError as e:
             if e.code() != grpc.StatusCode.NOT_FOUND:
                 raise ArtifactError(
-                    "Error checking artifact cache with status {}: 
{}".format(e.code().name, e.details())
+                    "Error checking artifact cache with status {}: {}".format(
+                        e.code().name, e.details(), temporary=True

Review comment:
       Same error here, parenthesis in wrong place




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to