From 205b61c5d84989e4f8a538e7db125aee69c23960 Mon Sep 17 00:00:00 2001 From: Dwayne Robinson Date: Tue, 10 May 2022 17:17:55 -0700 Subject: [PATCH] Fix bad merge in build.py --- tools/ci_build/build.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/ci_build/build.py b/tools/ci_build/build.py index bcbcfdb328..fb1cecb8d8 100644 --- a/tools/ci_build/build.py +++ b/tools/ci_build/build.py @@ -1362,10 +1362,6 @@ def setup_dml_build(args, cmake_path, build_dir, configs): "dml_path='{}' expected_file='{}'." .format(args.dml_path, file_path)) elif not args.dml_external_project: - raise BuildError( - "dml_path is invalid.", "dml_path='{}' expected_file='{}'.".format(args.dml_path, file_path) - ) - else: for config in configs: # Run the RESTORE_PACKAGES target to perform the initial # NuGet setup.