added logging
This commit is contained in:
@@ -28,5 +28,6 @@ def load_runner_script(path: Path) -> RunnerScript:
|
|||||||
with open(path, 'r') as fh:
|
with open(path, 'r') as fh:
|
||||||
script = yaml.safe_load(fh)
|
script = yaml.safe_load(fh)
|
||||||
runner_script = RunnerScript.parse_obj(script)
|
runner_script = RunnerScript.parse_obj(script)
|
||||||
|
logging.debug('finished')
|
||||||
return runner_script
|
return runner_script
|
||||||
|
|
||||||
Reference in New Issue
Block a user