Hi all,
I've been working in some separate python environments for a number of image processing / model creation purpose and found a way of running .bat files from my conda enviroment to avoid loading different python paths / module errors. I was wondering if there is some way to stall the PDG process until the resulting python file arrives in a directory? Almost like a watch folder and if the file exists, continue down the chain.
Thanks in advance!