From dea88269ca7ed15419848f108d71d61613f318ce Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 22 Oct 2019 22:23:14 +0200
Subject: [PATCH] [mirror] Fix syntax

---
 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 e939b9d8..11588725 100644
--- a/bob/devtools/mirror.py
+++ b/bob/devtools/mirror.py
@@ -238,7 +238,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run):
                         logger.warning('Checksum of locally downloaded ' \
                                 ' version of %s does not match ' \
                                 '(actual:%r != %r:expected) - retrying ' \
-                                'after %d seconds', (url, actual_hash,
+                                'after %d seconds', url, actual_hash,
                                     expected_hash, wait_time)
                         os.unlink(temp_dest)
                         time.sleep(wait_time)
-- 
GitLab