From 6759f99b4e2258c732231b8c71fdff8907f98751 Mon Sep 17 00:00:00 2001 From: PullRequestOpen <57924615+PullRequestOpen@users.noreply.github.com> Date: Fri, 6 Dec 2019 10:20:08 -0600 Subject: [PATCH] Update scripts/openmc-make-compton Spacing Co-Authored-By: Paul Romano --- scripts/openmc-make-compton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/openmc-make-compton b/scripts/openmc-make-compton index 3bedb06b1..e2344e5a3 100755 --- a/scripts/openmc-make-compton +++ b/scripts/openmc-make-compton @@ -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(