diff --git a/mozilla/testing/performance/talos/PerfConfigurator.py b/mozilla/testing/performance/talos/PerfConfigurator.py index 53627b77295..1cb8e51b87a 100644 --- a/mozilla/testing/performance/talos/PerfConfigurator.py +++ b/mozilla/testing/performance/talos/PerfConfigurator.py @@ -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