georgewatson / spookify

Spooky Halloween name generator
MIT License
0 stars 0 forks source link

Wordlist path constructor may cause issues on Windows #3

Closed georgewatson closed 5 years ago

georgewatson commented 5 years ago

The path is currently constructed by concatenating strings including forward slashes. Windows, in its desire to be contrarian and ugly, uses backslashes as its path separator. It might be able to cope with this, but also it might not.

Of course, any fix would need to be tested on Windows, which I can't do because Windows is expensive proprietary  software.