-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
Description
The check for the default fileNamePrefix is mistyped in the following line:
Line 1596 in 52e3dcd
| if fileNamePrefix == "<default": |
which shows
"<default" but should be "<default>"This can lead to wrong paths eventually leading to problems when compiling the FMU.
Simply adding the missing character
> at the end of the string would fix the issue.Metadata
Metadata
Assignees
Labels
No labels