Thanks so much for the assist! I’ll try that, but I was using the exact process as listed from
ps -aux | grep python3
This lists the process as “python3 location/to/script/script.py”.
In my case, I was able to put the command line call in another python script and just call it that way. I just wasn’t sure if it would be helpful (or necessary) for execonmcode to be able to send quoted arguments. (Or more likely, if I was doing it wrong. Haha)
I’ll let you know if adding the path to python helps.