mantidproject / mslice

Source code for Mantid MSlice
http://mantidproject.github.io/mslice
1 stars 2 forks source link

Escape special characters in workspace name when renaming #937

Closed robertapplin closed 11 months ago

robertapplin commented 12 months ago

Description of work: This PR ensures we escape special characters when renaming workspaces. Previously, renaming a workspace containing a special character would cause an exception.

To test: Load data Rename the workspace to contain a ) character Attempt to rename the workspace a second time There should be no exception and renaming the workspace should work.

Fixes #934

robertapplin commented 11 months ago

I think we merged this to main by accident

SilkeSchomann commented 11 months ago

Yes, the code is now also present in release-next.