more changes

This commit is contained in:
Adil Hafeez 2025-09-17 00:57:26 -07:00
parent 6cfce60501
commit c173074864
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
9 changed files with 286 additions and 215 deletions

View file

@ -127,7 +127,8 @@ def docker_validate_archgw_schema(arch_config_file):
"--entrypoint",
"python",
ARCHGW_DOCKER_IMAGE,
"config_generator.py",
"-m",
"cli.config_generator",
],
capture_output=True,
text=True,