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

Load Parameters does not handle spaces in paths correctly #16

Open
thomasaarholt opened this issue Dec 11, 2017 · 1 comment
Open

Load Parameters does not handle spaces in paths correctly #16

thomasaarholt opened this issue Dec 11, 2017 · 1 comment
Assignees
Labels

Comments

@thomasaarholt
Copy link
Contributor

I've noticed that when I load a parameters file where the output path contained a space, the path is only loaded up to the space, so:
C:\Users\Thomas\awesome folder name
becomes
C:\Users\Thomas\awesome
Which is awesome but not what we want ^^
image
parameters.txt

@apryor6 apryor6 added the bug label Dec 11, 2017
@apryor6
Copy link
Collaborator

apryor6 commented Dec 11, 2017

To prevent ambiguity between escaped spaces and regular ones and to prevent pathnames with spaces being incorrectly interpreted as additional command-line arguments, a good solution is for me to change the code so that it adds/strips quotations for pathnames by default

ericpre pushed a commit to ericpre/prismatic that referenced this issue Jul 9, 2020
use interpolation factor to downsample radial selection
@lerandc lerandc self-assigned this Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants