We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
me@sepand.tech
It seems like there is a bug in Reservar that causes issues when handling file paths that contain spaces.
Reservar
reserver --name sample_name1 --token=PYPI_TOKEN --test
PATH: C:\Name1 Name2\reserver
C:\Name1 Name2\reserver
Run correctly
C:\Python\Python39-64\python.exe: can't open file 'C:\Name1': [Errno 2] No such file or directory
Windows
Python 3.9
Reserver 0.2
No response
The text was updated successfully, but these errors were encountered:
AHReccese
Successfully merging a pull request may close this issue.
Contact details
me@sepand.tech
What happened?
It seems like there is a bug in
Reservar
that causes issues when handling file paths that contain spaces.Steps to reproduce
reserver --name sample_name1 --token=PYPI_TOKEN --test
PATH:
C:\Name1 Name2\reserver
Expected behavior
Run correctly
Actual behavior
C:\Python\Python39-64\python.exe: can't open file 'C:\Name1': [Errno 2] No such file or directory
Operating system
Windows
Python version
Python 3.9
Reserver version
Reserver 0.2
Relevant log output
No response
The text was updated successfully, but these errors were encountered: