diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 12:12:02 -0500 |
| commit | 39f8f3ed43cf82cdf30b57d7f9624addcbd9e372 (patch) | |
| tree | 8a217a88ce2c1a52c53d6901aa88a44f9fe287d7 /ci | |
| parent | c2773105682ee01b5ebfe5d29e86a9634d02b053 (diff) | |
| download | python-coveragepy-git-39f8f3ed43cf82cdf30b57d7f9624addcbd9e372.tar.gz | |
build: drop Python 3.6 support
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/download_gha_artifacts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/download_gha_artifacts.py b/ci/download_gha_artifacts.py index 7828d3f8..df22c688 100644 --- a/ci/download_gha_artifacts.py +++ b/ci/download_gha_artifacts.py @@ -21,7 +21,7 @@ def download_url(url, filename): for chunk in response.iter_content(16*1024): f.write(chunk) else: - raise Exception(f"Fetching {url} produced: {response.status_code=}") + raise Exception(f"Fetching {url} produced: status={response.status_code}") def unpack_zipfile(filename): """Unpack a zipfile, using the names in the zip.""" |
