Commit bea27771 authored by Gabriel Monnerat's avatar Gabriel Monnerat

update key according to r45562

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45563 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 066e9ed6
......@@ -232,7 +232,7 @@ def bootstrapHandler(configuration_dict):
working_path = configuration_dict.get('working_path')
application_hostname = configuration_dict.get('application_hostname')
openoffice_port = int(configuration_dict.get('openoffice_port'))
environment_dict = configuration_dict['environment_dict']
environment_dict = configuration_dict['env']
# Loading Configuration to start OOo Instance and control it
openoffice.loadSettings(application_hostname,
openoffice_port,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment