Skip to content
Snippets Groups Projects
Commit a1d775e2 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files
parents 5032832f 2ddda242
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -350,6 +350,9 @@ def excel_stabcon(proot, fext='xlsx', pignore=None, pinclude=None, sheet=0,
elif tags_dict[str(key)].lower() == 'nan':
tags_dict[str(key)] = True
if '[Windspeed]' not in tags_dict and '[wsp]' in tags_dict:
tags_dict['[Windspeed]'] = tags_dict['[wsp]']
tags_dict['[Case folder]'] = tags_dict['[Case folder]'].lower()
tags_dict['[Case id.]'] = tags_dict['[Case id.]'].lower()
dlc_case = tags_dict['[Case folder]']
......
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