commit: c6c2635e9b78e6a14d614494d5b42432b89c36f0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 27 23:27:43 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 27 23:27:43 2026 +0000
URL: https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=c6c2635e
selectors: fix exception name
Fixes: 1c6189be723e5048737f45cf531e35ec8725b727
Signed-off-by: Sam James <sam <AT> gentoo.org>
mirrorselect/selectors.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mirrorselect/selectors.py b/mirrorselect/selectors.py
index bccb2bf..c80f6fd 100644
--- a/mirrorselect/selectors.py
+++ b/mirrorselect/selectors.py
@@ -437,7 +437,7 @@ class Deep:
2,
)
return (None, True)
- except IncompleteRead as e:
+ except httplib.IncompleteRead as e:
self.output.write(
("\ndeeptime(): download from host %s " "failed for ip %s:
%s\n")
% (url_parts.hostname, ip, e),