The workdir
setting does not appear to work for the Dask/local executors
#1940
Labels
bug
Something isn't working
Environment
What is happening?
Back in #1619, the
workdir
setting was introduced for the Dask and local executors to allow for user-specified working directories. The defaultworkdir
is typically something like the following:which can be seen with a
ct.get_config()
check. One would expect, then, the files (by default) to be written out to thisworkdir
directory, but they are not. The proof is shown below.How can we reproduce the issue?
In my case, I got back
When I try changing doing
and rerunning the above script again, I still get the same answer back.
What should happen?
The working directory of the Python process when run via the Dask or local executors should correspond to the
workdir
variable.Any suggestions?
No response
The text was updated successfully, but these errors were encountered: