]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- ups
authorMariusz Mazur <mmazur@pld-linux.org>
Mon, 25 Aug 2003 23:58:19 +0000 (23:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/mailer.py -> 1.9

PLD_Builder/mailer.py

index 8f0aeb930a9ec516be5029139f142757279a33b0..d3e9bae7a54e894b8b950f04120e9204473f0def 100644 (file)
@@ -50,7 +50,7 @@ class Message:
 
   def set_std_headers(self):
     self.headers["Date"] = time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.gmtime())
-       if not is_src:
+       if is_src = False:
       self.headers["Message-ID"] = "<pld-builder.%f.%d@%s>" \
           % (time.time(), os.getpid(), os.uname()[1])
     self.headers["From"] = "PLD %s builder <%s>" \
This page took 0.028284 seconds and 4 git commands to generate.