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

--record plist.txt creates wrong records for files with spaces in their names #3060

Closed
yurivict opened this issue Jun 11, 2018 · 2 comments
Closed

Comments

@yurivict
Copy link
Contributor

For example:

"/usr/local/lib/python3.6/site-packages/Orange/canvas/icons/Document Info.svg"
"/usr/local/lib/python3.6/site-packages/Orange/canvas/icons/Text Size.svg"
"/usr/local/lib/python3.6/site-packages/Orange/canvas/styles/orange/Document Info.svg"
"/usr/local/lib/python3.6/site-packages/Orange/canvas/styles/orange/Text Size.svg"
bin/orange-canvas
lib/python3.6/site-packages/Orange/__init__.py

Quote characters and leading /usr/local/ should be gone.

@ajdapretnar
Copy link
Contributor

I have no idea what this is about. @janezd?

@janezd
Copy link
Contributor

janezd commented Feb 1, 2019

I suppose quotes are added by distutils, not Orange. And they may make sense, too.

If there's a reason why they should be removed, and if it's Orange's responsibility (not distutils), please explain. (A patch would also be welcome.)

@janezd janezd closed this as completed Feb 1, 2019
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

3 participants