summaryrefslogtreecommitdiffstats
path: root/Lib/nntplib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/nntplib.py')
-rw-r--r--Lib/nntplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/nntplib.py b/Lib/nntplib.py
index 28cd099..5961a28 100644
--- a/Lib/nntplib.py
+++ b/Lib/nntplib.py
@@ -866,7 +866,7 @@ class _NNTPBase:
try:
[resp_num, path] = resp.split()
except ValueError:
- raise NNTPReplyError(resp)
+ raise NNTPReplyError(resp) from None
else:
return resp, path