Don’t copy pageinfo - job manager already provides a copy of real pdfinfo

This commit is contained in:
James R. Barlow
2016-12-12 15:09:41 -08:00
parent 620745c812
commit a7d8cdf061
+1 -1
View File
@@ -187,7 +187,7 @@ def repair_pdf(
def get_pageinfo(input_file, context):
pageno = int(os.path.basename(input_file)[0:6]) - 1
pageinfo = context.get_pdfinfo()[pageno].copy()
pageinfo = context.get_pdfinfo()[pageno]
return pageinfo