You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create (e.g. import) a topology
set topology.name to a string containing a white space
export the topology
The text was updated successfully, but these errors were encountered:
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:
topology.name
to a string containing a white spaceThe text was updated successfully, but these errors were encountered: