]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
status.pop() when returning.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Oct 2009 19:37:36 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/srpm_builder.py -> 1.69

PLD_Builder/srpm_builder.py

index 69c7178cecb15757a1767fb831bea8396eb81ae0..574ec52fe40f4a1545b44290afa91f2e59287bf1 100644 (file)
@@ -150,10 +150,12 @@ def main():
         status.push("srpm: processing queue")
         q = B_Queue(path.queue_file)
         if not q.lock(1):
+            status.pop()
             return
         q.read()
         if q.requests == []:
             q.unlock()
+            status.pop()
             return
         r = pick_request(q)
         q.write()
This page took 0.074626 seconds and 4 git commands to generate.