validate: launcher: Print some ERROR log when inspecting scenario fails
This commit is contained in:
parent
61a899acf2
commit
615a372274
@ -1925,7 +1925,8 @@ class ScenarioManager(Loggable):
|
||||
"--scenarios-defs-output-file", scenario_defs]
|
||||
command.extend(scenario_paths)
|
||||
subprocess.check_call(command, stdout=logs, stderr=logs)
|
||||
except subprocess.CalledProcessError:
|
||||
except subprocess.CalledProcessError as e:
|
||||
self.error(e)
|
||||
pass
|
||||
|
||||
config = configparser.RawConfigParser()
|
||||
|
Loading…
x
Reference in New Issue
Block a user