Skip to content

Commit

Permalink
comment linux special code
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Apr 29, 2024
1 parent 8e3ac32 commit 391fd53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template_example/template_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ def template_example(database):

# Linux users: export datasheet as html
# look for CREE_C3M0016120K.html in template_example folder.
html_str = transistor.export_datasheet(build_collection=True)
Html_file = open(f"{transistor.name}.html", "w")
Html_file.write(html_str)
Html_file.close()
# html_str = transistor.export_datasheet(build_collection=True)
# Html_file = open(f"{transistor.name}.html", "w")
# Html_file.write(html_str)
# Html_file.close()

# Export to MATLAB
# transistor.export_matlab()
Expand Down

0 comments on commit 391fd53

Please sign in to comment.