Comment 2 for bug 430243

Revision history for this message
Karel Kolman (kolmis) wrote : Re: fileservice.py exception when HOME environment variable does not exist (windows)

Well the code says

if xdg:
   pathdir=...
elif "HOME" in os.environ:
   pathdir=...

and if neither of the two if-conditions is satisfied, pathdir will not be assigned
at line 41.