lf_tx_power.py : commented out he code that uses

ImportError: Missing optional dependency 'openpyxl'.  Use pip or conda to install openpyxl.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-04-28 15:55:08 -06:00
committed by shivam
parent d7eac84124
commit 088d11ff9c

View File

@@ -2911,19 +2911,20 @@ def main():
# report.set_table_dataframe_from_csv_sep_tab(full_outfile) # report.set_table_dataframe_from_csv_sep_tab(full_outfile)
# report.build_table() # report.build_table()
# TODO the table looks off # TODO the table looks off
try: #try:
report.set_table_dataframe_from_xlsx(outfile_xlsx) # report.set_table_dataframe_from_xlsx(outfile_xlsx)
except BaseException: # report.build_table()
traceback.print_exc() # report.build_footer()
# report.write_html_with_timestamp()
# report.write_index_html()
#
# report.write_pdf(_page_size='A3', _orientation='Landscape')
# # report.write_pdf_with_timestamp(_page_size='A4', _orientation='Portrait')
# # report.write_pdf_with_timestamp(_page_size='A4', _orientation='Landscape')
report.build_table() # except BaseException:
report.build_footer() # traceback.print_exc()
report.write_html_with_timestamp()
report.write_index_html()
report.write_pdf(_page_size='A3', _orientation='Landscape')
# report.write_pdf_with_timestamp(_page_size='A4', _orientation='Portrait')
# report.write_pdf_with_timestamp(_page_size='A4', _orientation='Landscape')
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- # ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----