mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 15:02:08 -03:30
download: convert to logging
This commit is contained in:
parent
b08c5e8b14
commit
4351b47ebe
@ -316,7 +316,7 @@ def download_hash(only_downloads: [str]) -> None:
|
||||
|
||||
with open(CHECKSUMS_YML, "w") as checksums_yml:
|
||||
yaml.dump(data, checksums_yml)
|
||||
print(f"\n\nUpdated {CHECKSUMS_YML}\n")
|
||||
logger.info("Updated %s", CHECKSUMS_YML)
|
||||
|
||||
parser = argparse.ArgumentParser(description=f"Add new patch versions hashes in {CHECKSUMS_YML}",
|
||||
formatter_class=argparse.RawTextHelpFormatter,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user