Commit df1415c4 authored by Christophe Dumez's avatar Christophe Dumez

- fixed comments, wasn't working


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6960 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e124a66f
......@@ -723,12 +723,12 @@ class SubversionTool(UniqueObject, Folder):
object_to_update = {}
if isinstance(path, list) :
path = [self.relativeToAbsolute(x, bt) for x in path]
for p in path:
#for p in path:
#object_to_update[p.split(os.sep)[-1]] = 'install'
else:
path = self.relativeToAbsolute(path, bt)
#object_to_update[path.split(os.sep)[-1]] = 'install'
else:
#else:
#bt.install(object_to_update=object_to_update)
client.revert(path, recurse)
......
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