From 5bc9cdf23217dd8129d6a41e0168c6d90e2e7ca4 Mon Sep 17 00:00:00 2001 From: EsGeh Date: Thu, 7 Nov 2019 16:05:28 +0100 Subject: [PATCH] tei->html: fix default path in script --- tei2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tei2html.py b/tei2html.py index 41a210f..8f53445 100755 --- a/tei2html.py +++ b/tei2html.py @@ -72,7 +72,7 @@ def main( ) parser.add_argument( "--root-dir", - default = Path.cwd(), + default = Path.cwd() / "output", help="internal html links on the page will use this location as a prefix" ) parser.add_argument(