mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-03 00:03:31 -04:00
Fix ParameterGeometryPredicate.getValueAsCommandLineParameter
This commit is contained in:
parent
f38e03b37d
commit
d85de7ccd8
@ -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