[Test] Added a message to test the missing XLSX behavior
This commit is contained in:
parent
f80480b31e
commit
1f123d3f22
|
|
@ -707,6 +707,7 @@ def write_xlsx(filename, groups, col_fields, head_names, cfg):
|
||||||
cfg = BoMOptions object with all the configuration
|
cfg = BoMOptions object with all the configuration
|
||||||
"""
|
"""
|
||||||
if not XLSX_SUPPORT:
|
if not XLSX_SUPPORT:
|
||||||
|
logger.error('Python xlsxwriter module not installed')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
link_datasheet = -1
|
link_datasheet = -1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue