Skip to content
Snippets Groups Projects
Commit b9c8e891 authored by Marina Ganeva's avatar Marina Ganeva
Browse files

Minor fix to TOFTOFMergeRuns.

parent a747a717
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ class TOFTOFMergeRuns(PythonAlgorithm): ...@@ -91,7 +91,7 @@ class TOFTOFMergeRuns(PythonAlgorithm):
raise RuntimeError(message) raise RuntimeError(message)
# warnig if optional properties are not identical must be given # warnig if optional properties are not identical must be given
api.CompareSampleLogs(wsnames, self.optional_properties, 0.01) result = api.CompareSampleLogs(wsnames, self.optional_properties, 0.01)
if len(result) > 0: if len(result) > 0:
self.log().warning("Sample logs " + result + " do not match!") self.log().warning("Sample logs " + result + " do not match!")
......
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