Skip to content

TrigValTools: fix results directory cleanup in runTrigART.py

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20220831T131935 into 22.0

The "results" directory was not being cleaned up properly when running runTrigART.py multiple times. Mostly affects tests that create files with variable file names (e.g. log files from athenaHLT).

Also simplify directory creation/cleanup by using os.makedirs.

Merge request reports