summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-07-02 12:38:22 +0200
committerValentin David <valentin.david@codethink.co.uk>2018-07-02 16:25:58 +0200
commit1970bb16e5250d2197de9f7d2dfeee3cd54e7910 (patch)
tree86a00020aae2129a53cb40ac06014b515bad47b7
parentde2e7fea7d15e06cff49cf07c11f97fcf1718613 (diff)
downloadbuildstream-1970bb16e5250d2197de9f7d2dfeee3cd54e7910.tar.gz
Fix indentation
-rw-r--r--buildstream/_includes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_includes.py b/buildstream/_includes.py
index 0f68fc971..a35772387 100644
--- a/buildstream/_includes.py
+++ b/buildstream/_includes.py
@@ -65,7 +65,7 @@ class Includes:
if file_path not in self._loaded:
self._loaded[key] = _yaml.load(os.path.join(directory, include),
shortname=shortname,
- project=project)
+ project=project)
return self._loaded[key], file_path, current_loader
def _process_value(self, value, *, current_loader=None):