Hi PompousParrot44
What do you have in the Execution/"script path" ?
there are multiple scripts under test/scripts
folder.. example is running one script from that folder
i am seeing issue when running a script with command as python -m test.scripts.script
to be scheduled as task in trains. Trains doesn't pickup the last script
part and hence execution fails with error .trains/venvs-builds/3.7/bin/python: No module named test.scripts.__main__; 'test.scripts' is a package and cannot be directly executed
Hi PompousParrot44
What do you have in the Execution/"script path" ?
there are multiple scripts under test/scripts
folder.. example is running one script from that folder