1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 08:16:54 +00:00

Merge pull request #6085 from hexagonrecursion/fix-build-man

Fix exceptions thrown by `setup.py build_man`
This commit is contained in:
TW 2021-12-10 18:15:20 +01:00 committed by GitHub
commit 03ab4dc116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
.. include:: import-tar.rst.inc

View file

@ -1656,6 +1656,7 @@ def do_recreate(self, args, repository, manifest, key, cache):
@with_repository(cache=True, exclusive=True, compatibility=(Manifest.Operation.WRITE,))
def do_import_tar(self, args, repository, manifest, key, cache):
"""Create a backup archive from a tarball"""
self.output_filter = args.output_filter
self.output_list = args.output_list