Update scripts/openmc-make-compton

Spacing

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

View file

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