Add count to destroy candidates.
This commit is contained in:
parent
4093313e43
commit
eb80b4e709
1 changed files with 2 additions and 1 deletions
|
@ -324,7 +324,8 @@
|
|||
(lambda (mr)
|
||||
(>= (member-suspended-months mr) 24)))))
|
||||
(when (not (null? suspended2))
|
||||
(print (ansi #:magenta) " Suspended for at least 24 months: " a:default
|
||||
(print (ansi #:magenta) " Suspended for at least 24 months ("
|
||||
(length suspended2) "): " a:default
|
||||
(member-records->string (sort suspended2 member<?) "~N (~S)"))))
|
||||
(when (not (null? invalid-mrs))
|
||||
(print a:error " Invalid Id (" (length invalid-mrs) "): "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue