Skip to content

Commit bdf92c6

Browse files
committed
Correct hint to pip install xlsxwriter
1 parent bcc9635 commit bdf92c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canmatrix/exportall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
try:
3636
from .exportxlsx import *
3737
except:
38-
logger.warn("no xlsx-export-support, some dependencies missing... try pip install xlswriter")
38+
logger.warn("no xlsx-export-support, some dependencies missing... try pip install xlsxwriter")
3939

4040
try:
4141
from .exportyaml import *

0 commit comments

Comments
 (0)