[copr] skvidal-backend: localhost as string to get back debug on heisenbug (c881da2)

skvidal at fedorahosted.org skvidal at fedorahosted.org
Wed Dec 5 06:02:03 UTC 2012


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

On branch  : skvidal-backend

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

commit c881da21fc3f7fa723610919f627411b25e1a8e2
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Wed Dec 5 00:59:54 2012 -0500

    localhost as string to get back debug on heisenbug


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

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

diff --git a/backend/dispatcher.py b/backend/dispatcher.py
index 796a9b6..eff1f27 100644
--- a/backend/dispatcher.py
+++ b/backend/dispatcher.py
@@ -130,7 +130,7 @@ class Worker(multiprocessing.Process):
         # if we get here we're in trouble
         self.callback.log('No IP back from spawn_instance - dumping cache output')
         self.callback.log(str(play.SETUP_CACHE))
-        self.callback.log(play.stats.summarize(localhost))
+        self.callback.log(play.stats.summarize('localhost'))
         return None
 
     def terminate_instance(self,ip):



More information about the copr-devel mailing list