Loading tests/renderer/utils.py +2 −2 Original line number Diff line number Diff line Loading @@ -232,9 +232,9 @@ def run_renderer( elif test_info.config.option.use_ltv: if test_info.config.option.ltv_dir: FORMAT_TO_FILE = dict() for k, v in FORMAT_TO_FILE_LTV: for k, v in FORMAT_TO_FILE_LTV.items(): FORMAT_TO_FILE[k] = str(v).replace( LTV_DIR, test_info.config.option.ltv_dir str(LTV_DIR), str(test_info.config.option.ltv_dir) ) else: FORMAT_TO_FILE = FORMAT_TO_FILE_LTV Loading Loading
tests/renderer/utils.py +2 −2 Original line number Diff line number Diff line Loading @@ -232,9 +232,9 @@ def run_renderer( elif test_info.config.option.use_ltv: if test_info.config.option.ltv_dir: FORMAT_TO_FILE = dict() for k, v in FORMAT_TO_FILE_LTV: for k, v in FORMAT_TO_FILE_LTV.items(): FORMAT_TO_FILE[k] = str(v).replace( LTV_DIR, test_info.config.option.ltv_dir str(LTV_DIR), str(test_info.config.option.ltv_dir) ) else: FORMAT_TO_FILE = FORMAT_TO_FILE_LTV Loading