Typo
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 34s
Smoke Test / Run basic test suite (pull_request) Successful in 4m34s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m49s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m21s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m9s

This commit is contained in:
Thomas E Lackey 2024-08-14 21:21:58 -05:00
parent 71f0f717ad
commit 807c398691

View File

@ -437,7 +437,7 @@ def command( # noqa: C901
result = "SKIP" result = "SKIP"
continue continue
main_logger.log_file( main_logger.log(
"Found pending request %s to run application %s on %s." "Found pending request %s to run application %s on %s."
% (r.id, r.attributes.application, requested_name) % (r.id, r.attributes.application, requested_name)
) )