-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore empty lines in replay files #70
Comments
Sounds reasonable. 👍 |
I can submit a PR in these days |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When cutting/pasting stuff around in the replay files, lines can be commented out, but if some blank line is added, the run errors. I suspect this is because the code always does a
json.loads
if the line is not a comment.What about skipping empty lines along with commented ones?
The text was updated successfully, but these errors were encountered: