diff --git a/tralics2tei.py b/tralics2tei.py index ce7208a..dd5a780 100755 --- a/tralics2tei.py +++ b/tralics2tei.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # -*- coding: utf-8; mode: python -*- import sys @@ -411,7 +411,7 @@ def main(): back_part = etree.SubElement(tei_body, "back") tei_body.insert(1, tei_body_xml.getroot()) - outfile = 'converted_to_TEI.xml' + outfile = 'CONVERT/TEI.xml' output_string = etree.tostring(tei_root, xml_declaration=True, pretty_print=True, encoding="UTF-8", doctype= '\n') with open(outfile, 'w') as output_file: