From 1f123d3f224290c18cd65f0f276224b40f5c8bb3 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 1 Jul 2022 12:40:15 -0300 Subject: [PATCH] [Test] Added a message to test the missing XLSX behavior --- kibot/bom/xlsx_writer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kibot/bom/xlsx_writer.py b/kibot/bom/xlsx_writer.py index b5396607..54b2a8d4 100644 --- a/kibot/bom/xlsx_writer.py +++ b/kibot/bom/xlsx_writer.py @@ -707,6 +707,7 @@ def write_xlsx(filename, groups, col_fields, head_names, cfg): cfg = BoMOptions object with all the configuration """ if not XLSX_SUPPORT: + logger.error('Python xlsxwriter module not installed') return False link_datasheet = -1