mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-29 03:06:12 +00:00
more debug
This commit is contained in:
parent
2d1988179e
commit
c7af4c7f1d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def convert(self):
|
||||||
try:
|
try:
|
||||||
keyfile = self.find_attic_keyfile()
|
keyfile = self.find_attic_keyfile()
|
||||||
except KeyfileNotFoundError:
|
except KeyfileNotFoundError:
|
||||||
print("no key file found for repository, not converting")
|
print("no key file found for repository")
|
||||||
else:
|
else:
|
||||||
self.convert_keyfiles(keyfile)
|
self.convert_keyfiles(keyfile)
|
||||||
self.repository.close()
|
self.repository.close()
|
||||||
|
|
Loading…
Reference in a new issue