Skip to content

Commit 90255e0

Browse files
committed
Fix ed99403
Fixes #94
1 parent a797a78 commit 90255e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refresh.template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def _get_headers_msvc(compile_args: typing.List[str], source_path: str):
375375
# End: template filled by Bazel
376376
))
377377

378-
_header_search_process = _subprocess_run_spilling_over_to_param_file_if_needed(
378+
header_search_process = _subprocess_run_spilling_over_to_param_file_if_needed(
379379
header_cmd,
380380
stderr=subprocess.PIPE,
381381
stdout=subprocess.DEVNULL,

0 commit comments

Comments
 (0)