Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix resource path parsing on Windows and fix empty/null messages list #176

Merged
merged 5 commits into from May 2, 2023

Conversation

jrbull
Copy link
Contributor

@jrbull jrbull commented Feb 23, 2023

No description provided.

@@ -70,7 +70,7 @@ def to_xml(self, model_options: Dict[str, str] = dict()) -> Element:
attrib = dict(
fmiVersion="2.0",
modelName=self.modelName,
guid=f"{self.guid!s}",
guid=f"{self.guid}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure about this one? self.guid is of type uuid1 and not str. !s should make the conversion.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump @jrbull

@markaren markaren merged commit 4935fca into NTNU-IHB:master May 2, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants