Skip to content

Commit

Permalink
Don't report if a report is not requested
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Jul 17, 2024
1 parent 9de55a0 commit 639124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupa/cli/commands/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def handle(self, args, other):

print(
f"{num_stale_objects} objects in your database have not been seen "
f"in {args.window} days:\n{stale_objects}"
f"in {args.window} days."
)

if num_stale_objects > args.max:
Expand Down

0 comments on commit 639124f

Please sign in to comment.