-
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
The check in https://github.com/danielhrisca/asammdf/blob/master/src/asammdf/blocks/mdf_v4.py#L390C21-L390C45 is wrong. Python compares character by character, and this fails in our case, where we have
version_str = '4.20'
Note that for version_str = "4.20" 'it would succeed, but for some reason it has the double quotes in the version_str variable.
Metadata
Metadata
Assignees
Labels
No labels