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:
parent
f9c0126392
commit
2ebce4d627
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user