Fix ParameterGeometryPredicate.getValueAsCommandLineParameter

This commit is contained in:
arnaud.morvan@camptocamp.com 2016-09-08 19:44:45 +02:00
parent f38e03b37d
commit d85de7ccd8

View File

@ -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: