Skip to content

Commit 831a24f

Browse files
kbamikegerber
authored andcommitted
typo: report_prefix -> file_id
1 parent f6a2c94 commit 831a24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dinglehopper/ocrd_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def process_page_file(self, *input_files: Optional[OcrdFileType]) -> None:
6868
file_grp=self.output_file_grp,
6969
page_id=page_id,
7070
mimetype=mimetype,
71-
local_filename=report_prefix + report_suffix,
71+
local_filename=file_id + report_suffix,
7272
)
7373

7474

0 commit comments

Comments
 (0)