Skip to content

Commit 80c530d

Browse files
committed
FIX: argparse % failure
1 parent b1143cb commit 80c530d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/latform/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .main import cli_main
2+
3+
cli_main()

src/latform/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def _build_argparser() -> argparse.ArgumentParser:
300300
"-m",
301301
type=int,
302302
default=None,
303-
help="Force lines over this length to be multilined. Defaults to 130% of line_length.",
303+
help="Force lines over this length to be multilined. Defaults to 130%% of line_length.",
304304
)
305305

306306
parser.add_argument(

0 commit comments

Comments
 (0)