mirror of https://github.com/ARMmbed/mbed-os.git
[workspace_tools] project.py - some more changes ...
... suggested by PrzemekWirkuspull/819/head
parent
28435e93bf
commit
a9bde7df03
|
@ -93,12 +93,11 @@ if __name__ == '__main__':
|
|||
if options.supported_ides_html:
|
||||
html = mcu_ide_matrix(verbose_html=True)
|
||||
try:
|
||||
with open("./export/README.html","w") as f: # you have to rename README.htlm to README.md manually
|
||||
with open("./export/README.md","w") as f:
|
||||
f.write("Exporter IDE/Platform Support\n")
|
||||
f.write("-----------------------------------\n")
|
||||
f.write("\n");
|
||||
f.write("\n")
|
||||
f.write(html)
|
||||
f.close()
|
||||
except IOError as e:
|
||||
print "I/O error({0}): {1}".format(e.errno, e.strerror)
|
||||
except:
|
||||
|
|
Loading…
Reference in New Issue