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 142cd1d commit a987316Copy full SHA for a987316
Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANS/SANSSave.py
@@ -313,7 +313,7 @@ def _validate_pol_props(self, errors):
313
polarization_props = self.getProperty("PolarizationProps").value
314
if not polarization_props:
315
errors.update({"PolarizationProps": "PolarizationProps must be set to use SavePolarizedNXCanSAS."})
316
- return errors
+ return
317
mandatory_props = [
318
"InputSpinStates",
319
"PolarizerComponentName",
0 commit comments