mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #3471 from arnaud-morvan/processing_geometry_predicate_as_commandline
[Processing] Fix ParameterGeometryPredicate.getValueAsCommandLineParameter
This commit is contained in:
commit
074d22f6f4
@ -1053,7 +1053,7 @@ class ParameterGeometryPredicate(Parameter):
|
||||
self.enabledPredicates = self.predicates
|
||||
|
||||
def getValueAsCommandLineParameter(self):
|
||||
return '"' + unicode(self.value) + '"'
|
||||
return unicode(self.value)
|
||||
|
||||
def setValue(self, value):
|
||||
if value is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user