PyMuPDF-Utilities icon indicating copy to clipboard operation
PyMuPDF-Utilities copied to clipboard

join_tables.ipynb - fix: correct logic check for empty tables

Open gzm1 opened this issue 8 months ago • 0 comments

fix: correct logic check for empty tables

Changed if len(tabs.tables) == [] to if tabs.tables == [] to fix incorrect comparison between length and empty list

gzm1 avatar Feb 12 '25 17:02 gzm1