Skip to content
Snippets Groups Projects
Commit 08ca84d8 authored by David Verelst's avatar David Verelst
Browse files

prepost.dlcdefs: copy [seed] tag to [tu_seed] if former is present

parent e84ee479
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -365,6 +365,8 @@ def excel_stabcon(proot, fext='xlsx', pignore=None, pinclude=None, sheet=0,
if '[Windspeed]' not in tags_dict and '[wsp]' in tags_dict:
tags_dict['[Windspeed]'] = tags_dict['[wsp]']
if '[seed]' in tags_dict:
tags_dict['[tu_seed]'] = tags_dict['[seed]']
tags_dict['[Case folder]'] = tags_dict['[Case folder]'].lower()
tags_dict['[Case id.]'] = tags_dict['[Case id.]'].lower()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment