Skip to content

Commit

Permalink
Merge pull request #72 from bertsky/fix-typo-raise
Browse files Browse the repository at this point in the history
Fix typo in raise
  • Loading branch information
bertsky authored Sep 30, 2020
2 parents 54792be + 6357172 commit cd7a359
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.2.2] - 2020-09-30

Fixed:

- typo in 1.2.1 error

## [1.2.1] - 2020-08-21

Fixed:
Expand Down
2 changes: 1 addition & 1 deletion ocrd-olena-binarize
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ function main {
if ((${is_page[$in_pageId]:-0})); then
test x$in_mimetype != x$MIMETYPE_PAGE && continue
elif ((${is_multi[$in_pageId]:-0})); then
ocrd_raise "No PAGE-XML for page $in_pageId in fileGrp '$in_file_grp' but multiple images."
ocrd__raise "No PAGE-XML for page '$in_pageId' in fileGrp '$in_file_grp' but multiple images."
fi
local out_id="${in_id//$in_file_grp/$out_file_grp}"
if [ "x$out_id" = "x$in_id" ]; then
Expand Down
2 changes: 1 addition & 1 deletion ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.2.2",
"git_url": "https://github.com/OCR-D/ocrd_olena",
"tools": {
"ocrd-olena-binarize": {
Expand Down

0 comments on commit cd7a359

Please sign in to comment.