1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

test: fix initLogging

This commit is contained in:
Robert Sachunsky 2022-02-11 07:51:24 +01:00
parent 01312c6369
commit 7661662e3e

View file

@ -4,6 +4,9 @@ import os
import sys import sys
from test.assets import assets from test.assets import assets
from ocrd_utils import initLogging
PWD = os.path.dirname(os.path.realpath(__file__)) PWD = os.path.dirname(os.path.realpath(__file__))
sys.path.append(PWD + '/../ocrd') sys.path.append(PWD + '/../ocrd')
initLogging()