Bug 1039806 - UnboundLocalError: local variable 'output'; r=mshal

DONTBUILD (NPOTB)

--HG--
extra : rebase_source : 231b0dac997551660dd9c187880e80734a2d7300
extra : amend_source : 34dab55ff1d1d341e6ebe078747c4268ecc0096a
This commit is contained in:
Gregory Szorc 2014-07-16 16:02:31 -07:00
Родитель 094683c0e2
Коммит 28b04d002b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.