mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Update scripts/openmc-make-compton
Spacing Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
cb0a8c5d7f
commit
6759f99b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ if download:
|
|||
while True:
|
||||
chunk = req.read(block_size)
|
||||
if not chunk:
|
||||
break
|
||||
break
|
||||
fh.write(chunk)
|
||||
downloaded += len(chunk)
|
||||
status = '{0:10} [{1:3.2f}%]'.format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue