Closed spirosmaggioros closed 3 months ago
Hi Spiros, I found why it fails in combat step. The bash script "util_combat_test.sh" calls "out_csv=$(realpath $3)"; when the output folder does not exist, realpath may fail depending on OS/shell . For now, it can be fixed by: "out_csv=$3"