Skip to content

Commit fed84da

Browse files
author
Robert Sachunsky
committed
fix 53ae7d6 (already str not bytes)
1 parent 53ae7d6 commit fed84da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ocrd_cis/ocrd_tool.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33

44

55
def get_ocrd_tool():
6-
return json.loads(
7-
resource_string(__name__, 'ocrd-tool.json').decode('utf8'))
6+
return json.loads(resource_string(__name__, 'ocrd-tool.json'))

0 commit comments

Comments
 (0)