We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33421df commit 0e7e8feCopy full SHA for 0e7e8fe
libc/utils/hdrgen/main.py
@@ -60,7 +60,7 @@ def write_depfile():
60
header = load_yaml_file(yaml_file, HeaderFile, args.entry_point)
61
62
if not header.template_file:
63
- sys.stderr.write(f"{yaml_file}: Missing header_template\n")
+ print(f"{yaml_file}: Missing header_template", sys.stderr)
64
return 2
65
66
# The header_template path is relative to the containing YAML file.
0 commit comments