Closed lee212 closed 4 years ago
The type conversion was introduced with the new config system which folds environment vars into config files. That's what you see in that config file, so we do use that in Py2 indeed, and thus should indeed also backport the type conversion.
This has been fixed by now - thanks!
src/radical/saga/configs/utils.json
has configuration values e.g.ssh_timeout
with quotes that saga in python2 treats these values as a string, not numerical values. This is not an issue in python3 asto_type
function finds correct data types according to radical-cybertools/radical.utils/pull/187.Do we need
to_type
in py2 branch as well?