Comment 5 for bug 1387819

Revision history for this message
Robert Bruce Park (robru) wrote :

Ok, in this one particular case, I was able to follow the traceback down, find the relative path, switch it to an absolute path, and it looks like it worked in preprod.

I'm very tempted to simply delete all calls to os.chdir() and then iterate slowly in preprod as *everything explodes* and convert them all to absolute paths one by one...