This message was deleted.
# python
s
This message was deleted.
b
Hi!
and this is then used as the python working directory too
I don't think this is necessarily true, it's a little hard to follow your directory layout structure, but your python interpreter just reads the files as they are
p
Hi, So I've tried printing the python working directory using something like:
Copy code
import os
cwd = os.getcwd()
What I've noticed is when the automation script runs the tries to run the main stack, the working directory is the stack1 folder. Which is why it's having an issue with the relative imports. I should mention, I've using the automation API to run a "Local Program"