Skip to content

Commit

Permalink
fix: adjust for merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
boulais01 committed Nov 14, 2023
1 parent 63bdd68 commit 7eeb6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chasten/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ def analyze( # noqa: PLR0912, PLR0913, PLR0915
None,
"--save-xml",
"-sx",
help="The directory/file for the XML file(s) to be saved in.",
help="The directory/file for the XML file(s) to be saved in."
),
store_result: Path = typer.Option(
None,
"--markdown-storage",
Expand Down

0 comments on commit 7eeb6c5

Please sign in to comment.