8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c80f302 + 6f0c843 commit 54cc0e4Copy full SHA for 54cc0e4
bookstack_file_exporter/archiver/archiver.py
@@ -47,7 +47,7 @@ def create_export_dir(self):
47
util.create_dir(self.config.user_inputs.output_path)
48
except PermissionError as perm_err:
49
log.warning("Failed to create base directory: %s", perm_err)
50
- log.warning("This usually occurs in docker environments" \
+ log.warning("This usually occurs in docker environments " \
51
"attempting to skip this step")
52
return
53
0 commit comments