code-saturne / code_saturne

code_saturne public mirror
https://www.code-saturne.org
GNU General Public License v2.0
223 stars 82 forks source link

"code_saturne submit" command w/ id-prefix adds quotation marks (v5.0.4) #3

Closed philippmuc1 closed 6 years ago

philippmuc1 commented 6 years ago

Version 5.0.4 adds quotation marks around the id-prefix, if the command "code_saturne submit" is used, for example 're2017_120x041x064_LESpr071'20180502-1654, what prevents the simulation from being started.

philippmuc1 commented 6 years ago

please disregard, leaving the quotation marks away solves the problem.

YvanFournier commented 6 years ago

In your example, the quotation marks ended in the middle of the string, which probably caused the issue. If you need such placement of quotation marks, using escape characters (\') might work, though we would need to check.

In any case, as per your recommendation I am closing this issue.