summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_frontend/app.py')
-rw-r--r--src/buildstream/_frontend/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_frontend/app.py b/src/buildstream/_frontend/app.py
index a0b1d4cba..dafde153c 100644
--- a/src/buildstream/_frontend/app.py
+++ b/src/buildstream/_frontend/app.py
@@ -172,7 +172,7 @@ class App():
# Load the Context
#
try:
- self.context = Context(directory)
+ self.context = Context()
self.context.load(config)
except BstError as e:
self._error_exit(e, "Error loading user configuration")