Commit 6c38fee8 authored by Łukasz Nowak's avatar Łukasz Nowak

Formatting.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45787 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b98947b0
...@@ -567,11 +567,13 @@ class Recipe(BaseSlapRecipe): ...@@ -567,11 +567,13 @@ class Recipe(BaseSlapRecipe):
known_tid_storage_identifier_dict[k] = (v[0], destination, v[1]) known_tid_storage_identifier_dict[k] = (v[0], destination, v[1])
self.createConfigurationFile('tidstorage.py', self.substituteTemplate( self.createConfigurationFile('tidstorage.py', self.substituteTemplate(
self.getTemplateFilename('tidstorage.py.in'), dict( self.getTemplateFilename('tidstorage.py.in'), dict(
known_tid_storage_identifier_dict=pprint.pformat(known_tid_storage_identifier_dict), known_tid_storage_identifier_dict=pprint.pformat(
known_tid_storage_identifier_dict),
base_url='s/%%' % access_url, base_url='s/%%' % access_url,
host=ip, host=ip,
port=port, port=port,
timestamp_file_path=os.path.join(self.log_directory, 'repozo_tidstorage_timestamp.log'), timestamp_file_path=os.path.join(self.log_directory,
'repozo_tidstorage_timestamp.log'),
))) )))
raise NotImplementedError raise NotImplementedError
......
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