Comment 1 for bug 430243

Revision history for this message
Michael Rooney (mrooney) wrote : Re: fileservice.py exception when HOME environment variable does not exist (windows)

Thanks for the report! I have a continuous integration server set up at http://wxbanker.ath.cx:8080 which runs the tests on Linux in python 2.5 and 2.6 every night, which should in theory catch things like this, except I don't have a Windows/OSX box. Thanks for reminding me to set up a Windows and OSX VM to start making sure things work there too :)

That traceback confuses me though, how is pathdir unassigned there? I can see where it would crash on finding 'HOME' or something but I don't see a code path that leads to pathdir not having been assigned.