[Collab-qa-commits] r240 - testing-status

lucas at alioth.debian.org lucas at alioth.debian.org
Tue Jun 19 12:36:06 UTC 2007


Author: lucas
Date: 2007-06-19 12:36:06 +0000 (Tue, 19 Jun 2007)
New Revision: 240

Modified:
   testing-status/data2html.rb
Log:
the 'this small change is never gonna break' commit

Modified: testing-status/data2html.rb
===================================================================
--- testing-status/data2html.rb	2007-06-19 12:06:01 UTC (rev 239)
+++ testing-status/data2html.rb	2007-06-19 12:36:06 UTC (rev 240)
@@ -16,7 +16,7 @@
 # read comments
 comments = {}
 IO::read('comments/comments.txt').each_line do |l|
-  next l =~ /^\s*#/
+  next if l =~ /^\s*#/
   p, c = l.split(' ', 2)
   comments[p] = c
 end




More information about the Collab-qa-commits mailing list