Bug#1131744: xlsx2csv: DeprecationWarning: 'count' is passed as positional argument
Julian Gilbey
jdg at debian.org
Mon Mar 23 20:14:42 GMT 2026
Package: xlsx2csv
Version: 1:0.8.3-1
Severity: normal
I am getting this warning when running xlsx2csv:
/usr/bin/xlsx2csv:869: DeprecationWarning: 'count' is passed as positional argument
dateformat = re.sub(r"\[\$\-[A-z0-9]*\]", "", format_str, 1) \
The Python docs say:
Deprecated since version 3.13: Passing count and flags as positional arguments is deprecated. In future Python versions they will be keyword-only parameters.
So it should be an easy fix: replace 1 with count=1
Best wishes,
Julian
More information about the debian-science-maintainers
mailing list