Commit 6aff2019 authored by Sebastien Robin's avatar Sebastien Robin

fixed problem with the tag is empty

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16915 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5daf09b7
...@@ -456,7 +456,7 @@ class Folder(CopyContainer, CMFBTreeFolder, CMFHBTreeFolder, Base, FolderMixIn, ...@@ -456,7 +456,7 @@ class Folder(CopyContainer, CMFBTreeFolder, CMFHBTreeFolder, Base, FolderMixIn,
id_list[-remaining_id_count:], id_list[-remaining_id_count:],
migration_generate_id_method, tag) migration_generate_id_method, tag)
else: else:
tag = '' tag = 'nothing'
# copy from btree to hbtree # copy from btree to hbtree
self.activate(activity="SQLQueue", after_tag=tag)._launchCopyObjectToHBTree(tag) self.activate(activity="SQLQueue", after_tag=tag)._launchCopyObjectToHBTree(tag)
......
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