From 3f19750776dd84a459eeb452c8466d2dacd9a349 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 23 Oct 2019 10:24:57 +0200 Subject: [PATCH] [mirror] Minor english fixes --- bob/devtools/mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/devtools/mirror.py b/bob/devtools/mirror.py index 11588725..5aa6d526 100644 --- a/bob/devtools/mirror.py +++ b/bob/devtools/mirror.py @@ -236,7 +236,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run): if actual_hash != expected_hash: wait_time = random.randint(10,61) logger.warning('Checksum of locally downloaded ' \ - ' version of %s does not match ' \ + 'version of %s does not match ' \ '(actual:%r != %r:expected) - retrying ' \ 'after %d seconds', url, actual_hash, expected_hash, wait_time) -- GitLab