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))
|
print("Found %d unsatisfied request(s) to process." % len(requests_to_execute))
|
||||||
|
|
||||||
for r in requests_to_execute:
|
for r in requests_to_execute:
|
||||||
try(:
|
try:
|
||||||
process_app_deployment_request
|
process_app_deployment_request(
|
||||||
ctx,
|
ctx,
|
||||||
laconic,
|
laconic,
|
||||||
r,
|
r,
|
||||||
|
Loading…
Reference in New Issue
Block a user