Skip to content

Commit

Permalink
Merge branch 'gw/add-missing-newline'
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Newren <[email protected]>
  • Loading branch information
newren committed Feb 20, 2025
2 parents ccc1885 + fe853ce commit 5d63e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-filter-repo
Original file line number Diff line number Diff line change
Expand Up @@ -2903,7 +2903,7 @@ class RepoAnalyze(object):

if os.path.isdir(reportdir):
if args.force:
sys.stdout.write(_("Warning: Removing recursively: \"%s\"") % decode(reportdir))
sys.stdout.write(_("Warning: Removing recursively: \"%s\"\n") % decode(reportdir))
shutil.rmtree(reportdir)
else:
sys.stdout.write(_("Error: dir already exists (use --force to delete): \"%s\"\n") % decode(reportdir))
Expand Down

0 comments on commit 5d63e44

Please sign in to comment.