[downloader/http] Fix access to not yet opened stream in retry

master
Sergey M․ 4 years ago
parent b55715934b
commit 0837992a22
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -223,6 +223,7 @@ class HttpFD(FileDownloader):
def retry(e):
to_stdout = ctx.tmpfilename == '-'
if ctx.stream is not None:
if not to_stdout:
ctx.stream.close()
ctx.stream = None

Loading…
Cancel
Save