Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4f5ede

Browse files
committed
Fix typo in category
1 parent 0036fbb commit f4f5ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/SANSISISPolarizationCorrections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class SANSISISPolarizationCorrections(DataProcessorAlgorithm):
368368
transmission_runs: list[str] = None
369369

370370
def category(self):
371-
return "SANS/PolarizationCorrections"
371+
return "SANS\\PolarizationCorrections"
372372

373373
def name(self):
374374
return "SANSISISPolarizationCorrections"

0 commit comments

Comments
 (0)