mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update scripts/openmc-get-photon-data
Spacing Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
5b2e031475
commit
cb0a8c5d7f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ for f in files:
|
|||
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