Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Adapt to windows , python3.7 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pengguanjun
Copy link

Adapt to windows python3.7
from
test_foldernames.sort(key=lambda x: int(x.split("/")[-1]))
to
test_foldernames.sort(key=lambda x: int(x.split("\")[-1]))

Adapt to windows python3.7
from
 test_foldernames.sort(key=lambda x: int(x.split("/")[-1]))
to
 test_foldernames.sort(key=lambda x: int(x.split("\\")[-1]))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant