Skip to content

Commit

Permalink
Add missing space to log msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jan 25, 2025
1 parent 98a8412 commit 6cba7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voc4cat/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6cba7c1

Please sign in to comment.