Skip to content

Commit

Permalink
Update verapdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolker-KU authored Jul 26, 2023
1 parent 4fff3af commit 9b02a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verapdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def parse_output(output):
print(output_dict.keys())

reports_per_pdf_filepath = {}
for output_job in output_dict["report"]["jobs"]:
for output_job in output_dict["reports"]["jobs"]:
file_path = output_job["itemDetails"]["name"]
if "taskException" in output_job:
reports_per_pdf_filepath[file_path] = {
Expand Down

0 comments on commit 9b02a87

Please sign in to comment.