-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Line 58 in 6120d85
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
Labels
No labels