From 78b47d1e50fd28f8f3c57dc35bdbe4e9d76c5e78 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Sun, 26 Feb 2012 20:28:37 +0100 Subject: [PATCH] Backed out changeset bbd44e01ef9f (bug 683953) --- build/automation.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/automation.py.in b/build/automation.py.in index 3361001f4744..ca9c8ce4c33a 100644 --- a/build/automation.py.in +++ b/build/automation.py.in @@ -754,7 +754,7 @@ user_pref("camino.use_system_proxy_settings", false); // Camino-only, harmless t self.log.info("Can't trigger Breakpad, just killing process") proc.kill() - def waitForFinish(self, proc, utilityPath, timeout, maxTime, startTime, debuggerInfo, symbolsPath, logger = None): + def waitForFinish(self, proc, utilityPath, timeout, maxTime, startTime, debuggerInfo, symbolsPath, logger): """ Look for timeout or crashes and return the status after the process terminates """ stackFixerProcess = None stackFixerFunction = None