You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ^^ parameters.txt
The text was updated successfully, but these errors were encountered:
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
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 ^^parameters.txt
The text was updated successfully, but these errors were encountered: