From 639124f817842ab775ed8c1975cc20c52c23eaf0 Mon Sep 17 00:00:00 2001 From: Hannah Cushman Garland Date: Wed, 17 Jul 2024 15:16:02 -0500 Subject: [PATCH] Don't report if a report is not requested --- pupa/cli/commands/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pupa/cli/commands/clean.py b/pupa/cli/commands/clean.py index f0fd2ee..53429de 100644 --- a/pupa/cli/commands/clean.py +++ b/pupa/cli/commands/clean.py @@ -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: