From aad9653075edab9c51f832cfda3adef135f7c5e9 Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Sat, 15 Sep 2012 11:33:02 -0700 Subject: [PATCH] Bug 789275 - Better error message when trying to process a crash report without symbols. r=wlach. DONTBUILD --- build/automationutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/automationutils.py b/build/automationutils.py index 78b352564419..2376ad015cd9 100644 --- a/build/automationutils.py +++ b/build/automationutils.py @@ -150,7 +150,7 @@ def checkForCrashes(dumpDir, symbolsPath, testName=None): removeSymbolsPath = False # If our symbols are at a remote URL, download them now - if isURL(symbolsPath): + if symbolsPath and isURL(symbolsPath): print "Downloading symbols from: " + symbolsPath removeSymbolsPath = True # Get the symbols and write them to a temporary zipfile