Skip to content
Snippets Groups Projects
Commit 9960fe7e6c4f authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: fix indent of postgresql_version read

parent 8be72e2a76df
No related branches found
No related tags found
1 merge request!26🚑 fix indent of postgresql_version read
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment