Is there a way in the Cylc [environment] section to have a variable end in a space? I haven’t checked Cylc8, but in Cylc7, if I do something like
[environment]
_ = " "
The space is not respected, instead Cylc trims the variables and provides _=""
in the job script. I was wondering if there was a way to override this behaviour?