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

docker dev start: indicate where how the script is supposed to be run

parent e845f72043d2
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,12 @@
db_user = nmspc.db_user
db_password = nmspc.db_password
if project_name == 'odoo_scripts':
logging.fatal(
"You must run this script from the super project"
" (./odoo_scripts/docker_dev_start.py)")
return
c = ConfigParser.ConfigParser()
logging.debug('setup file path %s', setup_path)
# TODO test that setup file exists
......
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