fix up for pytest
This commit is contained in:
parent
cddcd8d735
commit
52d3b9dcc5
3 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
"""Ensure text files have the proper line endings.
|
||||
"""
|
||||
from itertools import islice
|
||||
from subprocess import DEVNULL
|
||||
|
||||
from milc import cli
|
||||
|
|
|
@ -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