Loading tests/prepare_pytests.py +0 −7 Original line number Diff line number Diff line Loading @@ -77,13 +77,6 @@ def main(argv): use_dut_binaries = False # check for existing references if os.path.exists(REFERENCE_DIR): sys.exit( f"Found existing references directory {REFERENCE_DIR}.\n" "Please delete this directory if you want the references to be recreated." ) # check for DUT binaries if not os.path.exists(DEFAULT_ENCODER_DUT) or not os.path.exists(DEFAULT_DECODER_DUT): sys.exit( Loading Loading
tests/prepare_pytests.py +0 −7 Original line number Diff line number Diff line Loading @@ -77,13 +77,6 @@ def main(argv): use_dut_binaries = False # check for existing references if os.path.exists(REFERENCE_DIR): sys.exit( f"Found existing references directory {REFERENCE_DIR}.\n" "Please delete this directory if you want the references to be recreated." ) # check for DUT binaries if not os.path.exists(DEFAULT_ENCODER_DUT) or not os.path.exists(DEFAULT_DECODER_DUT): sys.exit( Loading