Browse Source

download: convert to logging

pull/11891/head
Max Gautier 3 months ago
parent
commit
4351b47ebe
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. 2
      scripts/download_hash.py

2
scripts/download_hash.py

@ -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…
Cancel
Save