You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 08:09:59 UTC

[buildstream] 24/30: Fix indentation

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch valentindavid/flatpak-demo
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 1970bb16e5250d2197de9f7d2dfeee3cd54e7910
Author: Valentin David <va...@codethink.co.uk>
AuthorDate: Mon Jul 2 12:38:22 2018 +0200

    Fix indentation
---
 buildstream/_includes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildstream/_includes.py b/buildstream/_includes.py
index 0f68fc9..a357723 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):