Hello,
The below code will not join, when debugged the command does not store the whole path but just the last entry.
os.path.join('/home/build/test/sandboxes/', todaystr, '/new_sandbox/')
When I test this it only stores the '/new_sandbox/' part of the code. Can anyone help.
Thanks