diff --git a/src/borg/remote.py b/src/borg/remote.py index 7675864f7..219f8c5c3 100644 --- a/src/borg/remote.py +++ b/src/borg/remote.py @@ -603,7 +603,7 @@ This problem will go away as soon as the server has been upgraded to 1.0.7+. # emit this msg in the same way as the 'Remote: ...' lines that show the remote TypeError sys.stderr.write(msg) self.server_version = parse_version('1.0.6') - compatMap['open'] = ('path', 'create', 'lock_wait', 'lock', ), + compatMap['open'] = ('path', 'create', 'lock_wait', 'lock', ) # try again with corrected version and compatMap do_open() except Exception: