mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1039806 - UnboundLocalError: local variable 'output'; r=mshal
DONTBUILD (NPOTB) --HG-- extra : rebase_source : 231b0dac997551660dd9c187880e80734a2d7300 extra : amend_source : 34dab55ff1d1d341e6ebe078747c4268ecc0096a
This commit is contained in:
parent
094683c0e2
commit
28b04d002b
@ -205,6 +205,8 @@ class OSXBootstrapper(BaseBootstrapper):
|
||||
self._install_xcode_app_store()
|
||||
assert False # Above should exit.
|
||||
|
||||
output = e.output
|
||||
|
||||
# This isn't the most robust check in the world. It relies on the
|
||||
# default value not being in an application bundle, which seems to
|
||||
# hold on at least Mavericks.
|
||||
|
Loading…
Reference in New Issue
Block a user