Skip to content

Commit

Permalink
Merge pull request #52 from homeylab/minor_spacing
Browse files Browse the repository at this point in the history
fix minor spacing issue on log message
  • Loading branch information
pchang388 authored Nov 6, 2024
2 parents c80f302 + 6f0c843 commit 54cc0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookstack_file_exporter/archiver/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def create_export_dir(self):
util.create_dir(self.config.user_inputs.output_path)
except PermissionError as perm_err:
log.warning("Failed to create base directory: %s", perm_err)
log.warning("This usually occurs in docker environments" \
log.warning("This usually occurs in docker environments " \
"attempting to skip this step")
return

Expand Down

0 comments on commit 54cc0e4

Please sign in to comment.