[copr] skvidal-backend: locals: (bf225bb)

skvidal at fedorahosted.org skvidal at fedorahosted.org
Fri Nov 16 14:54:05 UTC 2012


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : skvidal-backend

>---------------------------------------------------------------

commit bf225bbaebd9d5003a8febe9a4052fa8f73291f8
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Nov 16 09:52:07 2012 -0500

    locals:


>---------------------------------------------------------------

 copr-be.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/copr-be.py b/copr-be.py
index fcf3f44..da97128 100644
--- a/copr-be.py
+++ b/copr-be.py
@@ -124,7 +124,7 @@ def main(args):
         cbe.run()
     except Exception, e:
         print 'Killing/Dying'
-        if cbe in locals()
+        if 'cbe' in locals():
             for w in cbe.workers:
                 w.terminate()
         raise



More information about the copr-devel mailing list