Skip to content

Commit

Permalink
Fix ed99403
Browse files Browse the repository at this point in the history
Fixes #94
  • Loading branch information
cpsauer committed Dec 7, 2022
1 parent a797a78 commit 90255e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refresh.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 90255e0

Please sign in to comment.