gtristan commented on a change in pull request #1450:
URL: https://github.com/apache/buildstream/pull/1450#discussion_r587441909
##########
File path: src/buildstream/_artifactelement.py
##########
@@ -131,9 +131,9 @@ def clear_artifact_name_cache(cls):
# Once we've finished pulling an artifact, we assume the
# state of the pulled artifact.
#
- def _pull_done(self):
- super()._pull_done()
+ def _load_artifact_done(self):
Review comment:
Looking at your patch, it seems the code has changed more than I
expected it might have... anyway, looks good to me :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]