]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- typo
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 11 Jan 2004 21:16:23 +0000 (21:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/report.py -> 1.19

PLD_Builder/report.py

index 33936898da24ced54244e669b8bdd7ff1c56edc3..509c29ce0d25044c8e1c4cbfd95d43d86af21965 100644 (file)
@@ -102,9 +102,9 @@ def send_cia_report(r, is_src = False):
   m.set_header("X-builder", "PLD")
 
   # get header of xml message from file
-#  f = open('cia-head.xml')
-#  m.write(f.read())
-#  f.close()
+  #f = open('cia-head.xml')
+  #m.write(f.read())
+  #f.close()
 
   # write in iteration list and status of all processed files
   for b in r.batches:
This page took 0.046455 seconds and 4 git commands to generate.