Loading scripts/pyivastest/IvasModeRunner.py +3 −5 Original line number Diff line number Diff line Loading @@ -302,12 +302,10 @@ class IvasModeRunner(IvasModeCollector.IvasModeCollector): if config["mono"] and output_config.lower() != "mono": dec_options.extend(["-evs"]) # additional output configs for mono only supported for WB and above if not config["mono"] or ( config["mono"] and config["config"]["cmd"]["bw"] != "nb" ): dec_options.extend([output_config]) elif not config["mono"]: dec_options.extend([output_config]) dec_options = [ ( x.format(dec_file_name=dec_file_name) Loading Loading
scripts/pyivastest/IvasModeRunner.py +3 −5 Original line number Diff line number Diff line Loading @@ -302,12 +302,10 @@ class IvasModeRunner(IvasModeCollector.IvasModeCollector): if config["mono"] and output_config.lower() != "mono": dec_options.extend(["-evs"]) # additional output configs for mono only supported for WB and above if not config["mono"] or ( config["mono"] and config["config"]["cmd"]["bw"] != "nb" ): dec_options.extend([output_config]) elif not config["mono"]: dec_options.extend([output_config]) dec_options = [ ( x.format(dec_file_name=dec_file_name) Loading