mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-09 08:51:54 -04:00
Merge pull request #9698 from ThomasWaldmann/fix-9695
potential fix for #9695
This commit is contained in:
commit
c37fe1ff92
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ def test_legacy_archives_satisfies_archives_interface():
|
|||
|
||||
class _FakeLegacyRepo(LegacyRepository):
|
||||
def __init__(self):
|
||||
pass
|
||||
self.lock = None
|
||||
|
||||
|
||||
def test_manifest_creates_legacy_archives_for_legacy_repo():
|
||||
|
|
|
|||
Loading…
Reference in a new issue