From 6cba7c1e05e5b2027756c931770620dcf32cdad3 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sun, 26 Jan 2025 00:03:20 +0100 Subject: [PATCH] Add missing space to log msg. --- src/voc4cat/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/voc4cat/check.py b/src/voc4cat/check.py index 2a168e4..f591a0c 100644 --- a/src/voc4cat/check.py +++ b/src/voc4cat/check.py @@ -178,7 +178,7 @@ def check(args): outfile = file if args.outdir is None else args.outdir / file.name if outfile == file and not args.inplace: logger.warning( - 'This command will overwrite the existing file "%s".' + 'This command will overwrite the existing file "%s". ' 'Use the flag "--inplace" to enforce replacement or ' 'supply an output directory with flag "--outdir".', file,