This is an automated email from the ASF dual-hosted git repository.
tvb pushed a commit to branch tristan/debug-cache-keys
in repository https://gitbox.apache.org/repos/asf/buildstream.git
The following commit(s) were added to refs/heads/tristan/debug-cache-keys by
this push:
new 7637b3d6f BLA
7637b3d6f is described below
commit 7637b3d6fd8f5302045293031c495d947eabc67a
Author: Tristan van Berkom <[email protected]>
AuthorDate: Sat Dec 3 16:19:59 2022 +0900
BLA
---
src/buildstream/buildelement.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/buildstream/buildelement.py b/src/buildstream/buildelement.py
index 4ad0335da..2c6ed1656 100644
--- a/src/buildstream/buildelement.py
+++ b/src/buildstream/buildelement.py
@@ -217,7 +217,7 @@ class BuildElement(Element):
command_list = node.get_str_list(command_name, [])
self.__commands[command_name] = command_list
import sys
- sys.stderr.write("\n\nLOAD COMMAND NAME: '{}'\nLOAD COMMAND LIST:
'{}'\n".format(command_name, command_list)
+ sys.stderr.write("\n\nLOAD COMMAND NAME: '{}'\nLOAD COMMAND LIST:
'{}'\n".format(command_name, command_list))
def configure_dependencies(self, dependencies):