minor fix to validation models discovery
Validate Operations / validate-operations (push) Has been cancelled

This commit is contained in:
NiccoloN
2026-07-30 17:18:44 +02:00
parent c12f69133d
commit 2daa75a7b2
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ STAGE_COLORS = {
STAGE_TITLES[7]: Fore.BLUE,
}
STAGE_COUNT = len(STAGE_TITLES)
GENERATED_DIR_NAMES = ("inputs", "outputs", "raptor", "runner", "simulation")
GENERATED_DIR_NAMES = ("inputs", "outputs", "pimcomp", "raptor", "runner", "simulation")
MODE_FULL = "full"
MODE_COMPILE_ONLY = "compile_only"