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:
parent
01312c6369
commit
7661662e3e
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue