fix up for pytest
This commit is contained in:
parent
cddcd8d735
commit
52d3b9dcc5
3 changed files with 5 additions and 6 deletions
|
@ -27,7 +27,7 @@ def xap_generate_docs(cli):
|
|||
with open(output_doc, "w", encoding='utf-8') as out_file:
|
||||
out_file.write(output)
|
||||
|
||||
output_doc = QMK_FIRMWARE / "docs" / f"xap_protocol.md"
|
||||
output_doc = QMK_FIRMWARE / "docs" / "xap_protocol.md"
|
||||
with open(output_doc, "w", encoding='utf-8') as out_file:
|
||||
out_file.write('''\
|
||||
# XAP Protocol Reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue