mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 01:31:19 -04:00
Update downloader.py from pymodules
This commit is contained in:
parent
22092a6f47
commit
be54353ff9
1 changed files with 1 additions and 1 deletions
2
downloader.py
Normal file → Executable file
2
downloader.py
Normal file → Executable file
|
@ -127,4 +127,4 @@ class Downloader:
|
|||
if progress: self._progress_hook(response, bytes_so_far, total_size)
|
||||
if not chunk: break
|
||||
f.write(chunk)
|
||||
return file_path if os.path.exists(file_path) else None
|
||||
return file_path if os.path.exists(file_path) else None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue