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

Unix os support #4

Open
filipliwinski opened this issue Mar 4, 2023 · 0 comments
Open

Unix os support #4

filipliwinski opened this issue Mar 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@filipliwinski
Copy link
Owner

Currently, the script is only supported to run on Windows.

This issue is for making it compatible with Unix-based systems.

The script is using the \\ separator to build file paths. While this works fine on Windows, it may not work on other operating systems. Consider using the os.path.join function instead, which automatically handles path separators for the current operating system.

@filipliwinski filipliwinski added the enhancement New feature or request label Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant