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 ec0a493 commit 047cb63Copy full SHA for 047cb63
tools/project.py
@@ -245,7 +245,7 @@ def get_args(argv):
245
action="store_true",
246
dest="supported_ides_html",
247
default=False,
248
- help="writes tools/export/README.md"
+ help="Generate a markdown version of the results of -S in README.md"
249
)
250
251
parser.add_argument(
@@ -316,7 +316,7 @@ def main():
316
print(mcu_ide_list())
317
elif options.supported_ides_html:
318
html = mcu_ide_matrix(verbose_html=True)
319
- with open("./export/README.md", "w") as readme:
+ with open("README.md", "w") as readme:
320
readme.write("Exporter IDE/Platform Support\n")
321
readme.write("-----------------------------------\n")
322
readme.write("\n")
0 commit comments