Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows compatability #21

Open
karanrampal opened this issue Nov 19, 2019 · 0 comments
Open

Windows compatability #21

karanrampal opened this issue Nov 19, 2019 · 0 comments

Comments

@karanrampal
Copy link

image.save(os.path.join(output_dir, filename.split('/')[-1]))

I think we can maybe use os.path.basename(filename) instead of filename.split('/')[-1] as in windows os the paths to images get a \\ instead of /. Just with this change we can keep a consistent backslash system. Just a thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant