bug 474478 (set up talos on winmo) bustage fix p/r=anodelman

git-svn-id: svn://10.0.0.236/trunk@259620 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
anodelman%mozilla.com 2010-02-05 16:36:13 +00:00
parent f9c0126392
commit 2ebce4d627

View File

@ -359,9 +359,9 @@ def main(argv=None):
remotePort = value
if option in ("-w", "--webServer"):
webServer = value
if option in ("--deviceRoot"):
if option in ("--deviceRoot",):
deviceRoot = value
if option in ("--fast"):
if option in ("--fast",):
fast = True
if option in ("--symbolsPath",):
symbolsPath = value