# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1617193618 -7200 # Wed Mar 31 14:26:58 2021 +0200 # Node ID 9960fe7e6c4f2a9bba2eb18d6273b85ba4644c2f # Parent 8be72e2a76dfc3fd7024834102056272e5014cef 🚑 fix indent of postgresql_version read diff --git a/odoo_scripts/config.py b/odoo_scripts/config.py --- a/odoo_scripts/config.py +++ b/odoo_scripts/config.py @@ -181,7 +181,7 @@ ) else: _logger.warning("Unexpected odoo_type: %s", self.odoo_type) - read_expanded("postgresql_version", "9.6") + read_expanded("postgresql_version", "9.6") self.start_py3o = section.get("start_py3o", "no") in ("yes", "true")