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

[mirror] Fix syntax

parent 0436c422
No related branches found
No related tags found
No related merge requests found
Pipeline #34637 passed
...@@ -238,7 +238,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run): ...@@ -238,7 +238,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run):
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)
os.unlink(temp_dest) os.unlink(temp_dest)
time.sleep(wait_time) time.sleep(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