Commit 01daee33 authored by Christophe Dumez's avatar Christophe Dumez

- stop using thread, use activity (CMF) instead (reported by jerome)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6825 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74c66278
......@@ -756,7 +756,8 @@ class SubversionTool(UniqueObject, Folder):
# add new files and copy
self.addNewFiles(svn_path, path, bt)
# Clean up
thread.start_new_thread(removeAll, (path,))
#removeAll(path)
self.activate().removeAllInList([path,])
# return a set with directories present in the directory
def getSetDirsForDir(self, directory):
......
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