Commit 4b546cc4 authored by Antoine Catton's avatar Antoine Catton

Log the software type to debug easier.

parent 0cd3af64
......@@ -131,6 +131,7 @@ class Recipe:
self.logger.info("Invoking commandline : '%s'",
' '.join(command_line_args))
self.logger.info("Software type : %s", software_type)
subprocess.check_call(command_line_args, cwd=work_directory,
env=os.environ.copy())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment