diff --git a/testing/mozharness/scripts/firefox_ui_updates.py b/testing/mozharness/scripts/firefox_ui_updates.py index f4f605a6a43c..96629bf4a4dd 100644 --- a/testing/mozharness/scripts/firefox_ui_updates.py +++ b/testing/mozharness/scripts/firefox_ui_updates.py @@ -268,8 +268,8 @@ class FirefoxUIUpdates(FirefoxUITests): try: # Let's see if the symbols are available - urllib2.urlopen(symbols_path) - return symbols_path + urllib2.urlopen(symbols_url) + return symbols_url except urllib2.HTTPError, e: self.warning("%s - %s" % (str(e), symbols_url))