mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 10:49:16 +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:
|
||||
keyfile = self.find_attic_keyfile()
|
||||
except KeyfileNotFoundError:
|
||||
print("no key file found for repository, not converting")
|
||||
print("no key file found for repository")
|
||||
else:
|
||||
self.convert_keyfiles(keyfile)
|
||||
self.repository.close()
|
||||
|
|
Loading…
Reference in a new issue