Update alerts reported by LGTM
This commit is contained in:
parent
ce73bf1a93
commit
b3c6e9d2cc
10 changed files with 42 additions and 10 deletions
|
|
@ -246,7 +246,7 @@ class EvMore(object):
|
|||
else:
|
||||
self._pos += 1
|
||||
self.display()
|
||||
if self.exit_on_lastpage and self._pos == self._pos >= self._npages - 1:
|
||||
if self.exit_on_lastpage and self._pos >= self._npages - 1:
|
||||
self.page_quit()
|
||||
|
||||
def page_back(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue