[releng] find_unblocked_orphans: Show address count

Till Maas till at fedoraproject.org
Tue Oct 7 20:36:08 UTC 2014


commit dbadea6b3a7bf0bdaa0bbc379518ae34337692df
Author: Till Maas <opensource at till.name>
Date:   Tue Oct 7 22:36:55 2014 +0200

    find_unblocked_orphans: Show address count

 scripts/find_unblocked_orphans.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/scripts/find_unblocked_orphans.py b/scripts/find_unblocked_orphans.py
index 09a866c..63f5ad4 100755
--- a/scripts/find_unblocked_orphans.py
+++ b/scripts/find_unblocked_orphans.py
@@ -671,7 +671,8 @@ def main():
         if mail_errors:
             sys.stderr.write("mail errors: " + repr(mail_errors) + "\n")
 
-    sys.stderr.write("Addresses: " + ", ".join(addresses) + "\n")
+    sys.stderr.write("Addresses ({}): {}\n".format(len(addresses),
+                                                   ", ".join(addresses)))
 
 if __name__ == "__main__":
     main()


More information about the rel-eng mailing list