Skip to content
Snippets Groups Projects
Commit 7b3b0940 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[bootstrap] Fix error message

parent 4d308a23
No related branches found
No related tags found
1 merge request!281Fixes recursive directory upload with checksumming
Pipeline #59614 failed
......@@ -269,9 +269,11 @@ def ensure_miniconda_sh():
"Just downloaded miniconda3 installer sha256 checksum (%s) does "
"NOT match expected value (%s). Removing downloaded installer. "
"A wrong checksum may end up making the CI download too many copies "
"and be banned! You must fix this ASAP.",
actual_sha256,
sha256,
"and be banned! You must fix this ASAP."
% (
actual_sha256,
sha256,
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment