Skip to content
Snippets Groups Projects
Commit 6b6a8012 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'fix-189-key-error-pypdf' into 'master'

explicitly ask for keys

Closes #189

See merge request !253
parents 915786d8 7875a2bc
No related branches found
No related tags found
1 merge request!253explicitly ask for keys
Pipeline #153366 passed
...@@ -271,7 +271,7 @@ def validate_multiple_email(email): ...@@ -271,7 +271,7 @@ def validate_multiple_email(email):
def _pdf_object_cleanup(pdf_file, obj): def _pdf_object_cleanup(pdf_file, obj):
for k in list(obj): for k in list(obj.keys()):
if k in [ if k in [
'/JavaScript', '/JavaScript',
'/S', '/S',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment