Update scripts/openmc-get-photon-data

Spacing

Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
PullRequestOpen 2019-12-06 10:19:39 -06:00 committed by GitHub
parent 5b2e031475
commit cb0a8c5d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(