-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
This line deadlocks if path has double slash, like in "D:/dir//"
Line 1364 in c2de99d
| head2 = pystring::slice(head,0,-1); |
I think the fix is to slice head2, not head:
head2 = pystring::slice(head2,0,-1);
Metadata
Metadata
Assignees
Labels
No labels