Closed sukiletxe closed 7 years ago
This is due to using os.environ['HOME']instead ofos.path.expanduser('~')`, which works on Windows, too.
os.environ
instead of
noted, I'll fix that for next release! Thank you!
This is due to using
os.environ
['HOME']instead of
os.path.expanduser('~')`, which works on Windows, too.