Anskiy / jetsoftime

GNU General Public License v3.0
34 stars 14 forks source link

Fix my own bug introduced by changing names.txt #23

Closed ianmcorvidae closed 3 years ago

ianmcorvidae commented 3 years ago

A newline was added at the end; this changes the code to strip that whitespace, since many text editors will add a newline when editing.

Sorry about this, I hadn't noticed the newline got added in the last PR. I suspect this wouldn't hurt the actual seed generation, but it might make some weird filenames, so probably best fixed.

Anskiy commented 3 years ago

Seems like it would be best to fix this by stripping the new line in a text editor. Changing randomizer.py just to fix this issue is a bit excessive. Anyway I'll fix it, thanks for informing me.

ianmcorvidae commented 3 years ago

Fair enough, that works for me. Sorry again about this.