Skip to content

Commit ea04d67

Browse files
authored
Merge pull request #23 from forsyth2/print-e3sm-diags-output
Print e3sm diags output
2 parents 06462fc + c26a39b commit ea04d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/e3sm_diags.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ EOF
187187
cat > e3sm_diags.cfg << EOF
188188
{% include cfg %}
189189
EOF
190-
command="python e3sm.py -d e3sm_diags.cfg"
190+
command="python -u e3sm.py -d e3sm_diags.cfg"
191191
{% else %}
192-
command="python e3sm.py"
192+
command="python -u e3sm.py"
193193
{% endif %}
194194

195195
# Run diagnostics

0 commit comments

Comments
 (0)