Add clarifying comment.
This commit is contained in:
parent
0d7e68adf2
commit
0d7b8bc772
|
@ -95,6 +95,7 @@ class LogReader:
|
|||
|
||||
def next(self, index=0):
|
||||
while 1:
|
||||
# This call may raise StopIteration:
|
||||
what, tdelta, fileno, lineno = self._nextitem()
|
||||
|
||||
# handle the most common cases first
|
||||
|
|
Loading…
Reference in New Issue