pmaupin / pdfrw

pdfrw is a pure Python library that reads and writes PDFs
Other
1.86k stars 271 forks source link

NameError: name 'name' is not defined #228

Open bhakti-visotrust opened 2 years ago

bhakti-visotrust commented 2 years ago

Getting NameError: name 'name' is not defined error. Looks like it was fixed in Master branch - https://github.com/pmaupin/pdfrw/blob/master/pdfrw/objects/pdfdict.py#L147

but in the Release v0.4, del self[key] was incorrectly changed to del self[name] https://github.com/pmaupin/pdfrw/compare/v0.4...master#diff-088b421bed13734e48ab51be0217c3482fd01dcef9626587c657edffe20c417dR147