World Machine startup working directory

Is there a way to set up the working directory of WM2?
I need to launch it from Python and set its cwd so that when the user opens the “Open…” dialog,
the provided cwd is shown.

I tried this, but it’s not working:

subprocess.Popen([wm2path], cwd=working_dir)

Thank you!