From ff16ca54e1c0d08bc1c6ebaabd4ce6cf2425f738 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Mon, 1 Jun 2020 10:32:22 -0700 Subject: [PATCH] Fix the flake8 warning in generate_nuspec_for_native_nuget.py (#4089) --- tools/nuget/generate_nuspec_for_native_nuget.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/nuget/generate_nuspec_for_native_nuget.py b/tools/nuget/generate_nuspec_for_native_nuget.py index ae323fa482..dc52591343 100644 --- a/tools/nuget/generate_nuspec_for_native_nuget.py +++ b/tools/nuget/generate_nuspec_for_native_nuget.py @@ -167,6 +167,7 @@ def generate_files(list, args): '" target="build\\native\\include" />') if includes_winml: + mlop_path = 'onnxruntime\\core\\providers\\dml\\dmlexecutionprovider\\inc\\mloperatorauthor.h' # Add microsoft.ai.machinelearning headers files_list.append('') # Add custom operator headers files_list.append('') # Process runtimes