Skip to content
Snippets Groups Projects
Commit 000a7941 authored by dcz's avatar dcz
Browse files

log

parent 5747fe8b
Branches hierarchy
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ def import_tei():
xml_file_name = os.getenv('WALENTY_FILE_NAME', default='walenty_20210913_smaller.xml')
print("Loading walenty dict from: {}".format(xml_file_name))
xml_file = os.path.join(BASE_DIR, 'data', 'walenty', xml_file_name)
# xml_file = os.path.join(BASE_DIR, 'data', 'walenty', 'walenty_20210913_smaller.xml')
# xml_file = os.path.join(BASE_DIR, 'data', 'walenty', 'walenty_20210913_smallest.xml')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment