Skip to content

Mistyped default fileNamePrefix #176

@javiarrobas

Description

@javiarrobas

Description

The check for the default fileNamePrefix is mistyped in the following line:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions