For OPAL sampler runs, the template file is not found when the path contains spaces. This could be easily solved by adding quotes " around the template directory path.
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
Thanks, I wasn't aware of that. But I was more thinking if it would be possible to automatically recognise spaces in paths and add the quotes. This requires less knowledge of implementation details.
When a name is not quoted, it is converted to upper case;
I guess to implement your request, it would need changes to the parser, something I don't really have knowledge about, and proper testing. Not sure how difficult it is. Perhaps @kraus can comment here?
All in all, I am not sure we should support it. Having quotes consistently for strings makes input clearer to read (imho), and could avoid confusion (what is and should be the output of the following? ):
I totally agree to what you just said. I was a bit unclear on the issue.
I have a directory where I store the input file for a sampler run. The directory is called evaluate_optimisation_minimise_emittance_and_energy_spread different low charge(with space in it). Inside, I have a subdirectoy tmpl containing the tempalte file.