Skip to content

Commit 40caa3f

Browse files
committed
Include overloaded server in checksum reason message
1 parent 8f56fe3 commit 40caa3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ def verifyurl(self, url, data):
389389
write(
390390
"The download does not match the checksums distributed with APSW.\n"
391391
"The download should not have changed since the checksums were\n"
392-
"generated. The cause could be anything from network corruption\n"
393-
"to a malicious attack."
392+
"generated. The causes could be anything from network corruption,\n"
393+
"overloaded server error message, to a malicious attack."
394394
)
395395
raise ValueError("Checksums do not match")
396396
# no matching line

0 commit comments

Comments
 (0)