webots
webots copied to clipboard
Improve path management in Python scripts
Replace direct os.sep
usage in Python scripts by built-in os.path.join
and os.path.normpath
function.