define at top
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 42s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m34s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m46s
Smoke Test / Run basic test suite (pull_request) Successful in 3m17s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m2s

This commit is contained in:
Thomas E Lackey 2024-02-21 18:53:11 -06:00
parent bff7ac2e12
commit 70bd480fb4

View File

@ -40,6 +40,7 @@ class AttrDict(dict):
def logged_cmd(log_file, *vargs):
result = None
try:
if log_file:
print(" ".join(vargs), file=log_file)