Skip to content

Commit

Permalink
tei->html: fix default path in script
Browse files Browse the repository at this point in the history
  • Loading branch information
EsGeh authored and EsGeh committed Nov 7, 2019
1 parent 410f9bb commit 5bc9cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tei2html.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5bc9cdf

Please sign in to comment.