Fix bad merge in build.py

This commit is contained in:
Dwayne Robinson 2022-05-10 17:17:55 -07:00
parent f82946c4a0
commit 205b61c5d8

View file

@ -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.