FanfictionBot / reddit-ffn-bot

A reddit auto reply bot.
53 stars 18 forks source link

Cross-platform home directory discovery #99

Closed moonpotato closed 8 years ago

moonpotato commented 8 years ago

On Windows, HOME is not always set, and the existing method may fail. os.path.expanduser is OS-agnostic ("On Windows, HOME and USERPROFILE will be used if set, otherwise a combination of HOMEPATH and HOMEDRIVE will be used.")