[Collab-qa-commits] r1499 - ddpo-by-mail

Raphael Geissert atomo64-guest at alioth.debian.org
Wed Jul 1 19:45:05 UTC 2009


Author: atomo64-guest
Date: 2009-07-01 19:45:05 +0000 (Wed, 01 Jul 2009)
New Revision: 1499

Modified:
   ddpo-by-mail/reminder-mail.rb
Log:
It wasn't just a typo afterall


Modified: ddpo-by-mail/reminder-mail.rb
===================================================================
--- ddpo-by-mail/reminder-mail.rb	2009-07-01 18:31:49 UTC (rev 1498)
+++ ddpo-by-mail/reminder-mail.rb	2009-07-01 19:45:05 UTC (rev 1499)
@@ -128,11 +128,11 @@
   end
   if dehs[pkg]
     pissues << [ :dehs, dehs[pkg][0], dehs[pkg][1] ]
-    pserious[pkg] ||= dehs[pkg][2]
+    pserious ||= dehs[pkg][2]
   end
   if lintian[pkg]
     pissues << [ :lintian, lintian[pkg][0], lintian[pkg][1] ]
-    #pserious[pkg] ||= lintian[pkg][0]
+    #pserious ||= lintian[pkg][0]
   end
   unless pissues.empty?
     issues[pkg] = pissues 




More information about the Collab-qa-commits mailing list