What is the best way to call one python script from within another
python script? For example:
one.py finishes succesfully and calls two.py which finishes OK and then
calls three.py
Thanks guys!
python script? For example:
one.py finishes succesfully and calls two.py which finishes OK and then
calls three.py
Thanks guys!
Comment