Skip to content

Epoch to milli mapping is inaccurate if version can't be ascertained #9

@tcj

Description

@tcj

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions