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
Logreplay quietly ignores the last line of input file if there is no trailing EOL (\n).
While it is considered a good habit to put \n at the end of the last line in each text file, the module should read the file correctly even if this convention is not followed.
I think a simple change of the test on line 327 should be enough.