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

Spaces in Paths #28

Open
stonier opened this issue Mar 17, 2013 · 2 comments
Open

Spaces in Paths #28

stonier opened this issue Mar 17, 2013 · 2 comments
Milestone

Comments

@stonier
Copy link
Member

stonier commented Mar 17, 2013

This is bound to fall over in all sorts of unglorious ways as the batch string handling is very messy and I doubt what we have will work.

Be brave and test with a space riddled workspace name to start chasing those bugs into the open.

@ghost ghost assigned stonier Mar 17, 2013
@jmtatsch
Copy link

One such bug arises when python is installed in a path with spaces such as C:\Program Files (x86)\Python27. Then rosversion.bat will fail to handle the space. My workaround is adding some quotes like:

python "%DIR%\winros_rosversion.py" %*

maybe you have a better idea how to fix this...

@stonier
Copy link
Member Author

stonier commented Jan 23, 2016

@stonier stonier removed their assignment Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants