Added correct validation handling

This commit is contained in:
2025-08-27 18:10:49 +02:00
parent 73e7fbdc8a
commit 06baa4b03a

View File

@@ -198,6 +198,7 @@ def main():
"MODE_CLEANUP": args.cleanup,
"MODE_LOGS": args.logs,
"MODE_DEBUG": args.debug,
"MODE_ASSERT": not args.skip_validation,
"host_type": args.host_type
}