1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-28 10:49:16 +00:00

more debug

This commit is contained in:
Antoine Beaupré 2015-09-30 22:43:08 -04:00
parent 2d1988179e
commit c7af4c7f1d

View file

@ -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()