Add name of the exceptions that can be raised to docstring..

This commit is contained in:
Alexandre Aubin 2020-04-27 23:23:31 +02:00 committed by GitHub
parent 05734dfd7c
commit 311835b1b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1909,6 +1909,8 @@ class TarBackupMethod(BackupMethod):
Exceptions:
backup_archive_open_failed -- Raised if the archive can't be open
backup_archive_corrupted -- Raised if the archive appears corrupted
backup_archive_cant_retrieve_info_json -- If the info.json file can't be retrieved
"""
super(TarBackupMethod, self).mount(restore_manager)