test: fix initLogging

fix/readme-no-checkpoint
Robert Sachunsky 2 years ago
parent 01312c6369
commit 7661662e3e

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

Loading…
Cancel
Save