Skip to content
Snippets Groups Projects
Commit 73960bf4 authored by Elliot Oram's avatar Elliot Oram
Browse files

Ammend LoadGudrun to use new file extension mechanism

Refs #23388
parent 37167de3
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,8 @@ class LoadGudrunOutput(PythonAlgorithm):
return 'Loads the common outputs created from Gudrun'
def PyInit(self):
data_files = r"*.dcs01 *.mdcs01 *.mint01 *.mdor01 *.mgor01"
self.declareProperty(FileProperty(name='InputFile', defaultValue='', action=FileAction.Load,
extensions=[data_files,
".dcs01",
extensions=[".dcs01",
".mdsc01",
".mint01",
".mdor01",
......
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