Commit 5051166f authored by Vincent Pelletier's avatar Vincent Pelletier

Remove duplicate code (should have been removed at r24530).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24532 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8795c96
......@@ -432,9 +432,6 @@ class BootstrapContent(threading.Thread):
log('Skipping bootstrap of storage %s because its mountpoint is unknown.' % (key, ))
else:
storage_id_to_object_path_dict[key] = mountpoint
storage_id_to_object_path_dict = dict([(key, value[2]) for key, value
in options.known_tid_storage_identifier_dict.iteritems()
if value[2] is not None])
target_storage_id_set = sets.ImmutableSet(storage_id_to_object_path_dict.keys())
known_storage_id_set = sets.ImmutableSet(tid_storage.dump().keys())
to_check_storage_id_set = target_storage_id_set - known_storage_id_set
......
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