From 9fbb02598857fe4c985e342b0e07b66f2333caea Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Fri, 8 Mar 2024 13:17:35 +0000 Subject: [PATCH] fixup! Allow chws_tool to take a file path output --- src/chws_tool/add_chws.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/chws_tool/add_chws.py b/src/chws_tool/add_chws.py index b707a46..6591591 100755 --- a/src/chws_tool/add_chws.py +++ b/src/chws_tool/add_chws.py @@ -105,7 +105,11 @@ async def main_async() -> None: help="comment level for the glyph list", ) parser.add_argument( - "-o", "--output", default="build", type=pathlib.Path, help="output path or directory" + "-o", + "--output", + default="build", + type=pathlib.Path, + help="output path or directory", ) parser.add_argument( "-p",