gtristan commented on code in PR #2035:
URL: https://github.com/apache/buildstream/pull/2035#discussion_r2209398752
##########
src/buildstream/_frontend/app.py:
##########
@@ -302,6 +304,9 @@ def initialized(self, *, session_name=None):
#
self.stream.set_project(self.project)
+ # Initialize the inspector
+ self.inspector = Inspector(self.stream, self.project, self.context)
Review Comment:
This is not needed for anything outside of the `bst inspect` command, as
such I'd rather this be created directly in `_frontend/cli.py` within the
`app.initialized()` block.
--
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]