From 90255e0c5460883cd18b5553d2983e2cc4d38a56 Mon Sep 17 00:00:00 2001 From: Christopher Peterson Sauer Date: Tue, 6 Dec 2022 18:10:15 -0800 Subject: [PATCH] Fix ed994039a951b736091776d677f324b3903ef939 Fixes #94 --- refresh.template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refresh.template.py b/refresh.template.py index 832747e..23fabfc 100644 --- a/refresh.template.py +++ b/refresh.template.py @@ -375,7 +375,7 @@ def _get_headers_msvc(compile_args: typing.List[str], source_path: str): # End: template filled by Bazel )) - _header_search_process = _subprocess_run_spilling_over_to_param_file_if_needed( + header_search_process = _subprocess_run_spilling_over_to_param_file_if_needed( header_cmd, stderr=subprocess.PIPE, stdout=subprocess.DEVNULL,