We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the parser can't find a SHA in the SYS CSVs, it can't discern a version.
If it can't discern a version, it doesn't process SST lines.
Perhaps this could be adjusted:
# # If SST file, map millis onto epochs if Suffix == 'SST': if compatibility_version < 3: lines = process_sst_lines(lines, fqfn)
The text was updated successfully, but these errors were encountered:
The net result is that sst.csv may contain dates in the year 2080, etc.
sst.csv
Sorry, something went wrong.
No branches or pull requests
If the parser can't find a SHA in the SYS CSVs, it can't discern a version.
If it can't discern a version, it doesn't process SST lines.
Perhaps this could be adjusted:
The text was updated successfully, but these errors were encountered: