Skip to content

_parse_git_version failes on curtain strings #8

@Roman-Bober

Description

@Roman-Bober

On windows 10 had issue with parsing on line

for string "before_fw_simulator_major_refactoring-361-gafb3df8"
After fixing to below regex, script ran ok
Please consider to update

matched = re.match("^([a-zA-Z0-9\.\-\/_]+)-([0-9]+)-g([0-9a-f]+)$", git_version_string)

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