]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- aaaaarrrrrrrghhhhhhhhhhh
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 26 Aug 2003 00:02:18 +0000 (00:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/mailer.py -> 1.11

PLD_Builder/mailer.py

index af06d8a82f3e704f0e284df0f57f17a1c5da8397..d4ae01247cf8121fb15bbdb6b5b351d9a2cde8c3 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 is_src == False:
+    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.038199 seconds and 4 git commands to generate.