From 4aefe0d65b6867c3deafb23b7615dc225bea849c Mon Sep 17 00:00:00 2001 From: DiGro Date: Wed, 19 Aug 2020 12:39:23 +0200 Subject: [PATCH] Typo corrected. Added one space Line 120 : "FieldPyculator code execute error.Global code block can't be executed!\n{0}\n{1}" " should probably be "FieldPyculator code execute error. Global code block can't be executed!\n{0}\n{1}" " Added one space bewteen "error." and "Gobal" --- python/plugins/processing/algs/qgis/FieldPyculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/algs/qgis/FieldPyculator.py b/python/plugins/processing/algs/qgis/FieldPyculator.py index 3f6c098b46e..7713e9d1f94 100644 --- a/python/plugins/processing/algs/qgis/FieldPyculator.py +++ b/python/plugins/processing/algs/qgis/FieldPyculator.py @@ -117,7 +117,7 @@ class FieldsPyculator(QgisAlgorithm): exec(bytecode, new_ns) except: raise QgsProcessingException( - self.tr("FieldPyculator code execute error.Global code block can't be executed!\n{0}\n{1}").format( + self.tr("FieldPyculator code execute error. Global code block can't be executed!\n{0}\n{1}").format( str(sys.exc_info()[0].__name__), str(sys.exc_info()[1]))) # Replace all fields tags