typo
This commit is contained in:
parent
06503542b0
commit
e4cf17baf7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user