Commit bf9ccdd9 authored by Christophe Dumez's avatar Christophe Dumez

- Fixed a bug in last commit (reported by Jerome), activity was cancelled


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 057679cc
......@@ -1043,7 +1043,7 @@ class SubversionTool(BaseTool, UniqueObject, Folder):
self.goToWorkingCopy(bt)
except (pysvn.ClientError, NotFound, AttributeError, AttributeError, Error), error:
# Clean up
self.activate().removeAllInList([path,])
removeAll(path)
raise error
# Clean up
self.activate().removeAllInList([path,])
......
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