Skip to content
Snippets Groups Projects
Unverified Commit 4351b47e authored by Max Gautier's avatar Max Gautier
Browse files

download: convert to logging

parent b08c5e8b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment