Skip to content

Commit 541bd7f

Browse files
committed
Continued bst inspect refactoring
1 parent 81cca7b commit 541bd7f

File tree

2 files changed

+266
-75
lines changed

2 files changed

+266
-75
lines changed

src/buildstream/_frontend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def initialized(self, *, session_name=None):
305305
self.stream.set_project(self.project)
306306

307307
# Initialize the inspector
308-
self.inspector = Inspector(self.stream, self.project)
308+
self.inspector = Inspector(self.stream, self.project, self.context)
309309

310310
# Run the body of the session here, once everything is loaded
311311
try:

0 commit comments

Comments
 (0)