tetrapus / Karkat

Multithreaded python IRC socket bot.
16 stars 5 forks source link

.qimport adds extra line to queue #80

Closed sammdot closed 9 years ago

sammdot commented 9 years ago

When I import my todo.txt file, it adds an extra empty task in the queue. I'm assuming this has to do with how my file has a \n character at the end, and it regards the text after the \n (i.e. nothing) as another line.