зеркало из https://github.com/mozilla/ff-tool.git
fix: change options.env to options.prefs
This commit is contained in:
Родитель
9f8be21d0b
Коммит
26bfb3f375
|
@ -39,7 +39,7 @@ def main():
|
||||||
options.profile,
|
options.profile,
|
||||||
application=options.app,
|
application=options.app,
|
||||||
test_type=options.test_type,
|
test_type=options.test_type,
|
||||||
env=options.env
|
env=options.prefs
|
||||||
)
|
)
|
||||||
|
|
||||||
# LAUNCH
|
# LAUNCH
|
||||||
|
|
Загрузка…
Ссылка в новой задаче