This commit is contained in:
Thomas E Lackey 2023-12-14 15:15:08 +00:00
parent 06503542b0
commit e4cf17baf7

View File

@ -251,8 +251,8 @@ def command(ctx, kube_config, laconic_config, image_registry, deployment_parent_
print("Found %d unsatisfied request(s) to process." % len(requests_to_execute))
for r in requests_to_execute:
try(:
process_app_deployment_request
try:
process_app_deployment_request(
ctx,
laconic,
r,