[svn r38175] Fix

--HG--
branch : trunk
This commit is contained in:
fijal 2007-02-08 17:02:15 +01:00
parent e3dce2c288
commit c18ab8fd7e
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class HostManager(object):
host, reporter, destrelpath, finishedcallback=
lambda host=host, root=root: donecallback(host, root))
reporter(repevent.HostRSyncing(host, root, remotepath))
rsync.send_if_targets()
rsync.send(raises=False)
def setup_hosts(self, reporter):
self.init_rsync(reporter)