From ae22d4a99d0e9c13cd51707005fae4d172be5ad7 Mon Sep 17 00:00:00 2001 From: Marina Ganeva <m.ganeva@fz-juelich.de> Date: Tue, 11 Aug 2015 07:33:55 +0200 Subject: [PATCH] Minor correction. --- .../PythonInterface/plugins/algorithms/DNSDetEffCorrVana.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/DNSDetEffCorrVana.py b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/DNSDetEffCorrVana.py index e15f12b6516..0cbeee7f60e 100644 --- a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/DNSDetEffCorrVana.py +++ b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/DNSDetEffCorrVana.py @@ -198,7 +198,7 @@ class DNSDetEffCorrVana(PythonAlgorithm): rhs_title + ": " + str(rhs_property.value) self.log().warning(message) else: - message = "Property ' + property_name + ' is not present in " +\ + message = "Property " + property_name + " is not present in " +\ lhs_title + " or " + rhs_title + " - skipping comparison." self.log().warning(message) return True -- GitLab