summaryrefslogtreecommitdiff
path: root/buildstream/_loader.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_loader.py')
-rw-r--r--buildstream/_loader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildstream/_loader.py b/buildstream/_loader.py
index de9efdd25..2b91b34fd 100644
--- a/buildstream/_loader.py
+++ b/buildstream/_loader.py
@@ -370,8 +370,8 @@ class Loader():
if e.reason == LoadErrorReason.MISSING_FILE:
raise LoadError(reason=e.reason,
message="Could not find the project.conf file for {}. "
- "Expecting a project at path '{}' within {}".
- format(element, element.path or '.', source)) from e
+ "Expecting a project at path '{}' within {}"
+ .format(element, element.path or '.', source)) from e
else:
raise