Skip to content

Commit ada2764

Browse files
Fix .silol.series generation (#1591)
Co-authored-by: Spencer Bryngelson <sbryngelson@gmail.com>
1 parent b3a08fb commit ada2764

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

toolchain/templates/include/helpers.mako

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ END
8787
8888
t_${target.name}_stop=$(python3 -c 'import time; print(time.time())')
8989
90+
% if target.name == 'post_process':
91+
python3 "${MFC_ROOT_DIR}/toolchain/templates/include/generate_silo_series.py" '${os.path.dirname(input)}'
92+
% endif
93+
9094
if [ $code -eq 22 ]; then
9195
echo
9296
error "$YELLOW CASE FILE ERROR$COLOR_RESET > $YELLOW Case file has prohibited conditions as stated above.$COLOR_RESET"
@@ -99,10 +103,6 @@ END
99103
exit 1
100104
fi
101105
102-
% if target.name == 'post_process':
103-
python3 "${MFC_ROOT_DIR}/toolchain/templates/include/generate_silo_series.py" '${os.path.dirname(input)}'
104-
% endif
105-
106106
% if output_summary:
107107
108108
cd '${MFC_ROOT_DIR}'

0 commit comments

Comments
 (0)