]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Unlock queue and then return.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Oct 2009 19:35:15 +0000 (19:35 +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.68

PLD_Builder/srpm_builder.py

index 4cc66df2f2f845cee60ac814741b9efef0a4000f..69c7178cecb15757a1767fb831bea8396eb81ae0 100644 (file)
@@ -153,6 +153,7 @@ def main():
             return
         q.read()
         if q.requests == []:
+            q.unlock()
             return
         r = pick_request(q)
         q.write()
This page took 0.054752 seconds and 4 git commands to generate.