Skip to content

combine gives error if file name is to long #20

Description

@DavidAnderegg

Description

cgns_utils combine fails if the file name is to long. It only happens, when the name is longer than 31 chars. So I assume it has something to do with a length cap on a datatype.

Steps to reproduce issue

  1. rename a CGNS File to a_reaaaaaaaaaaly_long_name1.cgns
  2. rename a second CGNS File to a_reaaaaaaaaaaly_long_name2.cgns
  3. run cgns_utils combine a_reaaaaaaaaaaly_long_name1.cgns a_reaaaaaaaaaaly_long_name2.cgns test.cgns

Current behavior

This error gets thrown: Duplicate child name found: a_reaaaaaaaaaaly_long_name1.0000

Expected behavior

It should work regardless of the file name length.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    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