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: