We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
NameError: name 'name' is not defined
but in the Release v0.4, del self[key] was incorrectly changed to del self[name] v0.4...master#diff-088b421bed13734e48ab51be0217c3482fd01dcef9626587c657edffe20c417dR147
del self[key]
del self[name]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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#L147but in the Release v0.4,
del self[key]
was incorrectly changed todel self[name]
v0.4...master#diff-088b421bed13734e48ab51be0217c3482fd01dcef9626587c657edffe20c417dR147
The text was updated successfully, but these errors were encountered: