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
In create_chart.py, when saving a chart and creating dir for class, class names are used, rather than a path_safe_name. This should probably be done by using Class.path_safe_name, which might be easier implemented by creating an object for the chart constructor, but in the interim either by passing the Class object as an argument, or by passing class_name to a sanitiser first.
The text was updated successfully, but these errors were encountered:
Change test data to avoid prohibited characters in filename.
This issue relates to #293 where JSONDatabase is not using
path_safe_name for filenames: https://github
.com//issues/293
Signed-off-by: David Antonini <toonarmycaptain@hotmail.com>
In create_chart.py, when saving a chart and creating dir for class, class names are used, rather than a path_safe_name. This should probably be done by using Class.path_safe_name, which might be easier implemented by creating an object for the chart constructor, but in the interim either by passing the Class object as an argument, or by passing class_name to a sanitiser first.
The text was updated successfully, but these errors were encountered: