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

Bug with paths on Windows #24

Open
alekssamos opened this issue Sep 18, 2021 · 1 comment
Open

Bug with paths on Windows #24

alekssamos opened this issue Sep 18, 2021 · 1 comment

Comments

@alekssamos
Copy link

Instead of the path to the user folder, a folder with the name "~" is created
Use os.path.expanduser("~") on Windows systems.
My path now looks like: C:\Users\Alexey\~\checkio_solutions
And it should be like this: C:\Users\Alexey\checkio_solutions

@oduvan
Copy link
Collaborator

oduvan commented Oct 11, 2021

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

2 participants