[copr] skvidal-backend: should run pyflakes more often (2e29020)

skvidal at fedorahosted.org skvidal at fedorahosted.org
Fri Nov 16 20:59:29 UTC 2012


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

On branch  : skvidal-backend

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

commit 2e29020a22e23edb9ca1b62df97e36ae8878d973
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Nov 16 15:57:31 2012 -0500

    should run pyflakes more often


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

 backend/dispatcher.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/backend/dispatcher.py b/backend/dispatcher.py
index 8b2733f..f1c7f90 100644
--- a/backend/dispatcher.py
+++ b/backend/dispatcher.py
@@ -96,7 +96,7 @@ class Worker(multiprocessing.Process):
         self.callback = callback
         if not self.callback:
             self.logfile = self.opts.worker_logdir + '/worker-%s.log' % self.worker_num
-            self.callback = WorkerCallback(logfile = logfile)
+            self.callback = WorkerCallback(logfile = self.logfile)
         
         self.callback.log('creating worker: %s' % ip)
 



More information about the copr-devel mailing list