Skip to content

File splitting naming puts trailing counter after file extension #71

Description

@filoparra-ascari

filepath_ = original_filepath_ + "_" + std::to_string(file_reset_counter_);

If the sink is created by passing a full file path (including the file extension), this appends the trailing file_reset_counter_ after the .mcap extension. The file is still usable after a simple rename, so it's more of a nuisance than a major bug, but I thought it was still worth mentioning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions