trivial change to trigger CI

This commit is contained in:
Thomas Waldmann 2023-06-29 20:06:26 +02:00
parent cab8e5d013
commit 06fa81aeb0
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ class build_usage(Command):
import borg
borg.doc_mode = "build_man"
if not os.path.exists("docs/usage"):
os.mkdir("docs/usage")
os.makedirs("docs/usage", exist_ok=True)
# allows us to build docs without the C modules fully loaded during help generation
from borg.archiver import Archiver