We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a08fb commit ada2764Copy full SHA for ada2764
1 file changed
toolchain/templates/include/helpers.mako
@@ -87,6 +87,10 @@ END
87
88
t_${target.name}_stop=$(python3 -c 'import time; print(time.time())')
89
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
+
94
if [ $code -eq 22 ]; then
95
echo
96
error "$YELLOW CASE FILE ERROR$COLOR_RESET > $YELLOW Case file has prohibited conditions as stated above.$COLOR_RESET"
@@ -99,10 +103,6 @@ END
99
103
exit 1
100
104
fi
101
105
102
-% if target.name == 'post_process':
- python3 "${MFC_ROOT_DIR}/toolchain/templates/include/generate_silo_series.py" '${os.path.dirname(input)}'
-% endif
-
106
% if output_summary:
107
108
cd '${MFC_ROOT_DIR}'
0 commit comments