Commit fa362b51 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent 222b52fe
......@@ -134,7 +134,7 @@ class Recipe(slapos.recipe.erp5.Recipe):
zodb_configuration_list = []
known_tid_storage_identifier_dict = {}
for mount_point, \
(storage_dict, check_path, zodb_cache_size, zeo_client_cache_size) in
(storage_dict, check_path, zodb_cache_size, zeo_client_cache_size) in \
mount_point_zeo_dict.iteritems():
known_tid_storage_identifier_dict[
(((storage_dict['ip'],storage_dict['port']),), storage_dict['storage_name'])
......
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