Skip to content

Commit 1c843fc

Browse files
authored
Fix hatch identified issue.
1 parent cce743d commit 1c843fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs_redirects/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def on_files(self, files, config, **kwargs):
8383
if os.path.isfile(filename):
8484
with open(filename) as f:
8585
self.redirects = utils.yaml_load(f)
86-
log.debug("Loading yaml file: ", filename)
86+
log.debug("Loading yaml file: '%s'", filename)
8787
else:
8888
log.warning("yaml configuration file '%s' was not found!", filename)
8989
# If no mapfile, fall back to regular method.

0 commit comments

Comments
 (0)