diff --git a/bookstack_file_exporter/archiver/archiver.py b/bookstack_file_exporter/archiver/archiver.py index 096beba..969ee14 100644 --- a/bookstack_file_exporter/archiver/archiver.py +++ b/bookstack_file_exporter/archiver/archiver.py @@ -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