Skip to content
Snippets Groups Projects
Commit dfb86ccc authored by Alex Buts's avatar Alex Buts
Browse files

refs #5226 Minor change -- adding sqw to the list of known extensions.

Otherwise, when loading sqw, it complains about unknown extension when logging is done in debug mode
parent eba28808
No related branches found
No related tags found
No related merge requests found
...@@ -325,6 +325,7 @@ namespace Mantid ...@@ -325,6 +325,7 @@ namespace Mantid
exts.push_back(".nxspe"); exts.push_back(".nxspe");
exts.push_back(".h5"); exts.push_back(".h5");
exts.push_back(".hd5"); exts.push_back(".hd5");
exts.push_back(".sqw");
declareProperty(new MultipleFileProperty("Filename", exts), declareProperty(new MultipleFileProperty("Filename", exts),
"The name of the file(s) to read, including the full or relative " "The name of the file(s) to read, including the full or relative "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment