Anyone annoyed by this can use the following fix in __init__.py Replace the old function with the same name with the following.
def delete_remote_file(self, relpath): if not self.quiet: self.outf.write('Deleting %s\n' % relpath) try: self.to_transport.delete(relpath) except errors.NoSuchFile: self.outf.write('Error: %s does not exist\n' % relpath)
Anyone annoyed by this can use the following fix in __init__.py Replace the old function with the same name with the following.
def delete_ remote_ file(self, relpath):
self.outf. write(' Deleting %s\n' % relpath)
self.to_ transport. delete( relpath)
self.outf. write(' Error: %s does not exist\n' % relpath)
if not self.quiet:
try:
except errors.NoSuchFile: