Skip to content

Commit 5d63e44

Browse files
committed
Merge branch 'gw/add-missing-newline'
Signed-off-by: Elijah Newren <[email protected]>
2 parents ccc1885 + fe853ce commit 5d63e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-filter-repo

+1-1
Original file line numberDiff line numberDiff line change
@@ -2903,7 +2903,7 @@ class RepoAnalyze(object):
29032903

29042904
if os.path.isdir(reportdir):
29052905
if args.force:
2906-
sys.stdout.write(_("Warning: Removing recursively: \"%s\"") % decode(reportdir))
2906+
sys.stdout.write(_("Warning: Removing recursively: \"%s\"\n") % decode(reportdir))
29072907
shutil.rmtree(reportdir)
29082908
else:
29092909
sys.stdout.write(_("Error: dir already exists (use --force to delete): \"%s\"\n") % decode(reportdir))

0 commit comments

Comments
 (0)