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

[mirror] Minor english fixes

parent dea88269
No related branches found
No related tags found
No related merge requests found
...@@ -236,7 +236,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run): ...@@ -236,7 +236,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run):
if actual_hash != expected_hash: if actual_hash != expected_hash:
wait_time = random.randint(10,61) wait_time = random.randint(10,61)
logger.warning('Checksum of locally downloaded ' \ logger.warning('Checksum of locally downloaded ' \
' version of %s does not match ' \ 'version of %s does not match ' \
'(actual:%r != %r:expected) - retrying ' \ '(actual:%r != %r:expected) - retrying ' \
'after %d seconds', url, actual_hash, 'after %d seconds', url, actual_hash,
expected_hash, wait_time) expected_hash, wait_time)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment