mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix ProcessingParametersTest test
This commit is contained in:
parent
bd9d41c6ee
commit
34bc4ad788
@ -45,7 +45,7 @@ def getParameterFromString(s):
|
||||
|
||||
|
||||
def parseBool(s):
|
||||
if s == unicode(None):
|
||||
if s is None or s == unicode(None).lower():
|
||||
return None
|
||||
return unicode(s).lower() == unicode(True).lower()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user