Bugfix post-pycurl update pt. 3 (Sorry!)

This commit is contained in:
Simon 2018-08-23 12:47:17 -04:00
parent 25e1e58828
commit dff4125c9f

View File

@ -198,7 +198,6 @@ class HttpDirectory(RemoteDirectory):
is_dir=False is_dir=False
) )
except pycurl.error: except pycurl.error:
curl.close()
retries -= 1 retries -= 1
logger.debug("TimeoutError - _request_file") logger.debug("TimeoutError - _request_file")