logic bug between _collectData and _handleNamed in classyPDF.py
Open
coh2
opened this issue 12 years ago
•
0 comments
Lines 223-225 make sure that there are no duplicate entries, yet 270-284 work as a counter. (DB/Math lingo: Conversion from Set to Bag always yields at most a count of one for each item from Set)