mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 08:47:40 +00:00
Merge pull request #28 from camptocamp/yvaucher-patch-1
Remove useless call to lower()
This commit is contained in:
@@ -18,7 +18,7 @@ _logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
def is_true(strval):
|
def is_true(strval):
|
||||||
return bool(strtobool(strval or '0'.lower()))
|
return bool(strtobool(strval or '0'))
|
||||||
|
|
||||||
|
|
||||||
PlatformConfig = namedtuple(
|
PlatformConfig = namedtuple(
|
||||||
|
|||||||
Reference in New Issue
Block a user