Skip to content

Commit 639124f

Browse files
committed
Don't report if a report is not requested
1 parent 9de55a0 commit 639124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pupa/cli/commands/clean.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def handle(self, args, other):
100100

101101
print(
102102
f"{num_stale_objects} objects in your database have not been seen "
103-
f"in {args.window} days:\n{stale_objects}"
103+
f"in {args.window} days."
104104
)
105105

106106
if num_stale_objects > args.max:

0 commit comments

Comments
 (0)