nanonyme commented on code in PR #1645:
URL: https://github.com/apache/buildstream/pull/1645#discussion_r867327336


##########
src/buildstream/_elementsourcescache.py:
##########
@@ -195,7 +197,7 @@ def _get_source(self, ref):
                 source_proto.ParseFromString(f.read())
                 return source_proto
         except FileNotFoundError as e:
-            raise SourceCacheError("Attempted to access unavailable source: 
{}".format(e)) from e
+            raise SourceCacheError("Attempted to access unavailable source: 
{}".format(e), temporary=True) from e

Review Comment:
   Thanks, will remove



-- 
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