Skip to content
Snippets Groups Projects
Commit b76a9d43d430 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Rewrap code to be valid vs flake8

parent 2c4ac7f019d4
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,9 @@ ...@@ -237,7 +237,9 @@
if start_postgresql: if start_postgresql:
odoo_db_password = 'odoo' odoo_db_password = 'odoo'
else: else:
if not odoo_db_password and c.has_option('odoo_scripts', 'db_password'): if not odoo_db_password and c.has_option(
'odoo_scripts', 'db_password'
):
odoo_db_password = c.get('odoo_scripts', 'db_password') odoo_db_password = c.get('odoo_scripts', 'db_password')
if not odoo_db_password: if not odoo_db_password:
_logger.warning("No database password found or given") _logger.warning("No database password found or given")
......
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