We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb82c9 commit 7180156Copy full SHA for 7180156
docs/source/release/v6.14.0/Framework/Data_Objects/New_features/39488.rst
@@ -0,0 +1,5 @@
1
+- Workspace names that do not conform to python variable naming conventions
2
+ (must start with letter or underscore, and contain only letters, digits and underscores)
3
+ will invoke a warning message.
4
+ In a future version of mantid, invalid workspace names will cause an exception to be raised.
5
+ Please update your scripts to use valid Python identifiers for workspace names.
0 commit comments