You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in chapterize.py line 173 endLocation = len(self.lines)-1 # The end
I think it's better set as len(self.lines)
because if we can't detect the end location, the last line could possibly be part of the book and shouldn't be removed.