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