Skip to content

Wrong version check #1251

@Simsalabim1234

Description

@Simsalabim1234

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions