nathanwilliams-ct commented on code in PR #2147:
URL: https://github.com/apache/buildstream/pull/2147#discussion_r3970192851
##########
src/buildstream/_loader/loader.py:
##########
@@ -255,6 +255,18 @@ def foreach_parent(parent):
# Private Methods #
###########################################
+ # _set_fullpath_overrides()
+ #
+ # Set an fullpath override for a element-path relative bst file
+ #
+ # This enables runtime modified elements to be pulled from a temporary
directory
+ #
+ # Args:
+ # filename (str): The element-path relative bst file
+ # fullpath (str): A fullpath to the bst file
Review Comment:
```suggestion
# fullpath (str): A fullpath to the bst file
#
```
--
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]