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