Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Bug reading the dat file in a Linux environment #25

@fabioacl

Description

@fabioacl

The code to parse dat files is not working correctly in a linux environment. I think that the problem is in the following line:

header_entries = header_raw.split('\r\n')

Instead of split("\r\n") it should be splitlines()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions