Code review comment for lp:~michael.nelson/launchpad/588288-log-parser-dont-read-entire-file-qa

Revision history for this message
Abel Deuring (adeuring) wrote :

...one more comment: Can't we use something like

  line[-1] == '\n'

as an indicator if the current line is complete of if we have reached the end of the file and should not parse this line?

« Back to merge proposal