Skip to content

Topology name with spaces breaks the exporter #4

@SaturnHafen

Description

@SaturnHafen

Description

When trying to export a Topology with a topology.name attribute containing a space, the exporter gets confused and is unable to fully write the scenario.
We should probably sanitize the input by replacing chars not common / forbidden in filenames (like , /, \, ...) with something like _. Alternatively, we could quote the filenames when passing them to the methods in question.

Steps to reproduce:

  1. Create (e.g. import) a topology
  2. set topology.name to a string containing a white space
  3. export the topology

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