nanonyme commented on code in PR #1645:
URL: https://github.com/apache/buildstream/pull/1645#discussion_r867327465
##########
src/buildstream/_sourcecache.py:
##########
@@ -128,7 +128,7 @@ def pull(self, source):
)
continue
except CASError as e:
- raise SourceCacheError("Failed to pull source {}:
{}".format(display_key, e)) from e
+ raise SourceCacheError("Failed to pull source {}:
{}".format(display_key, e), temporary=True) from e
Review Comment:
I'm a bit reluctant to do refactoring without really understanding codebase
that well.
--
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]