[Test] Added a message to test the missing XLSX behavior

This commit is contained in:
Salvador E. Tropea 2022-07-01 12:40:15 -03:00
parent f80480b31e
commit 1f123d3f22
1 changed files with 1 additions and 0 deletions

View File

@ -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