[Secure-testing-commits] r51444 - bin

Chris Lamb lamby at moszumanska.debian.org
Tue May 9 08:48:27 UTC 2017


Author: lamby
Date: 2017-05-09 08:48:26 +0000 (Tue, 09 May 2017)
New Revision: 51444

Modified:
   bin/contact-maintainers
Log:
contact-maintainers: skip blank lines.

Modified: bin/contact-maintainers
===================================================================
--- bin/contact-maintainers	2017-05-09 08:48:25 UTC (rev 51443)
+++ bin/contact-maintainers	2017-05-09 08:48:26 UTC (rev 51444)
@@ -99,6 +99,8 @@
         for line in f:
             if line[0] == '#':
                 continue
+            if not line.strip():
+                continue
             if line.split()[0] == args.package:
                 print "Maintainer(s) may not be contacted for LTS issues."
                 print("Please have a look at {}".format(line.split()[1]))




More information about the Secure-testing-commits mailing list