Fix typo in function

This commit is contained in:
Massimiliano Culpo
2022-07-18 14:03:58 +02:00
parent 1bbf2fa93e
commit 22a7f98141

View File

@@ -488,7 +488,7 @@ def _fetch_curl(self, url):
self._check_headers(headers)
if save_file and (partial_file is not None):
fs.rename(partial_file, save_file)
os.rename(partial_file, save_file)
@property # type: ignore # decorated properties unsupported in mypy
@_needs_stage