Skip to content

Commit e60d165

Browse files
authored
Merge branch 'openmc-dev:develop' into Sensitivity-Analysis
2 parents 7b9fa92 + ba94c58 commit e60d165

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openmc/executor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def _run(args, output, cwd):
103103
# If OpenMC is finished, break loop
104104
line = p.stdout.readline()
105105
if not line and p.poll() is not None:
106+
p.stdout.close()
106107
break
107108

108109
lines.append(line)

0 commit comments

Comments
 (0)