Doc ftp: fix a double-opened cursor

...which let the first instance open.

bzr revid: p_christ@hol.gr-20100926163139-of2sjzo59nizxx5v
This commit is contained in:
P. Christeas 2010-09-26 19:31:39 +03:00
parent a0b8065d1e
commit edf874a24b
1 changed files with 0 additions and 1 deletions

View File

@ -363,7 +363,6 @@ class abstracted_fs(object):
"""Remove the specified directory."""
cr, node, rem = datacr
assert node
cr = self.get_node_cr(node)
node.rmcol(cr)
cr.commit()