mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
hound comments
This commit is contained in:
parent
b0a6be63ac
commit
37dc18b837
7 changed files with 8 additions and 9 deletions
|
|
@ -158,7 +158,9 @@ def install_thirdparty(pyproject, openpype_root, platform_name):
|
|||
with manager.counter(
|
||||
color='green',
|
||||
total=content_len and math.ceil(content_len / 2 ** 20),
|
||||
unit='MiB', leave=False) as counter:
|
||||
unit='MiB',
|
||||
leave=False
|
||||
) as counter:
|
||||
with open(temp_file, 'wb', buffering=2 ** 24) as file_handle:
|
||||
for chunk in r.iter_content(chunk_size=2 ** 20):
|
||||
file_handle.write(chunk)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue