summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend/app.py
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-06-27 17:00:26 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-02 18:14:50 +0000
commit3ebec643c73cc996137c1760209de700384bd1b9 (patch)
treef4eccb4b69dbc4cb35d3db9ed2a6b6a366e9f7b3 /src/buildstream/_frontend/app.py
parenteb30ffba4d7d1d308dd3545b3351f3d5d8a1844e (diff)
downloadbuildstream-3ebec643c73cc996137c1760209de700384bd1b9.tar.gz
_context: remove unused self._directory
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")