Skip to content

This part fails on empty string #23

@alkuzad

Description

@alkuzad

if any(cmd.lower().endswith(ext.lower()) for ext in pathext):

split on string that usually ends with ";" will generate empty string as last item.

As every string can end with empty string, this will always return plain version, not suffixed one

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