it throws an exception that seems
to have to do with env.io.atom_files_directory now (in the
master/slave version) not getting set correctly?
You've created two environ objects on your slave. Since you've assigned
them to the same Python variable, the second will overwrite the first.
What you probably want is