diff --git a/python/plugins/processing/grass/GrassAlgorithm.py b/python/plugins/processing/grass/GrassAlgorithm.py index 1ef2f34d87e..856ebbd6503 100644 --- a/python/plugins/processing/grass/GrassAlgorithm.py +++ b/python/plugins/processing/grass/GrassAlgorithm.py @@ -335,7 +335,7 @@ class GrassAlgorithm(GeoAlgorithm): elif isinstance(param, ParameterString): command += ' ' + param.name + '="' + str(param.value) + '"' else: - command += ' ' + param.name + '=' + str(param.value) + command += ' ' + param.name + '="' + str(param.value) + '"' uniqueSufix = str(uuid.uuid4()).replace('-', '') for out in self.outputs: