Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topology name with spaces breaks the exporter #4

Open
SaturnHafen opened this issue Jan 31, 2023 · 0 comments
Open

Topology name with spaces breaks the exporter #4

SaturnHafen opened this issue Jan 31, 2023 · 0 comments

Comments

@SaturnHafen
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant