Skip to content
Snippets Groups Projects

:ambulance: fix indent of postgresql_version read

Merged Vincent Hatakeyama requested to merge topic/default/fix into branch/default
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -181,7 +181,7 @@ class Configuration(object):
)
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")
Loading