Skip to content

Trace names with spaces not supported #3

@hberntsen

Description

@hberntsen

Reading the file fails, the file_data['name'] data in parse_header has too many entries for the trace names.

Part of my header that fails:

TraceName           I2C SDA(Z1)     HB LED(Z1)      POR LED(Z1)     I2C SCL(Z1)     
BlockSize           10000           10000           10000           10000           

The names are parsed as: ['I2C', 'SDA(Z1)', 'HB', 'LED(Z1)', 'POR', 'LED(Z1)', 'I2C', 'SCL(Z1)'] which breaks the readout of the rest of the header values.

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