Closed michaelrussell4 closed 1 year ago
Fixes issue 129. Currently, paths in the save_as list don't accept periods before the final period before the extension even though this is valid; e.g., C:\Users\my.name.period\project\file.png.
save_as
C:\Users\my.name.period\project\file.png
Fixes issue 129. Currently, paths in the
save_as
list don't accept periods before the final period before the extension even though this is valid; e.g.,C:\Users\my.name.period\project\file.png
.