Launch directory

Hello,
when using fireworks strictly programmatically via Python 3, how to tell FW’s in this case rocket via mongoDB queue to not create a launch directory at all …?
thanks

The only control you really have is _launch_dir, see below:

https://materialsproject.github.io/fireworks/controlworker.html?highlight=_launch_dir

Thanks Anubhav,