From f8ceba85a78cd273330ff4393ce94f663e95765f Mon Sep 17 00:00:00 2001 From: atoll Date: Tue, 23 Jan 2024 10:55:58 -0800 Subject: [PATCH] add a comment to output for better parsing --- tools/client_id_checker.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/client_id_checker.rb b/tools/client_id_checker.rb index 55f0f79..84f2c03 100644 --- a/tools/client_id_checker.rb +++ b/tools/client_id_checker.rb @@ -23,6 +23,11 @@ end end +if client_ids.count > 0 + puts "# client_ids associated with two or more entries:" +else + puts "# no client_ids are associated with two or more entries." +end client_ids.each do |client_id| count = 0