Skip to content
Snippets Groups Projects
Unverified Commit f4d2f196 authored by Elliot Oram's avatar Elliot Oram Committed by GitHub
Browse files

improve documentation for workspace property

parent 3000bdef
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ class LoadGudrunOutput(PythonAlgorithm):
self.declareProperty(WorkspaceProperty(name='OutputWorkspace', defaultValue='',
direction=Direction.Output,
optional=PropertyMode.Optional),
doc="If OutputWorkpsace is None,"
" then the workpsace name will be obtained from the input file.")
doc="If No OutputWorkspace is provided, then the workpsace name "
"will be obtained from the meta data in the input file.")
def PyExec(self):
input_file = self.getProperty('InputFile').value
......
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