Skip to content

Commit

Permalink
File names corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Nov 15, 2024
1 parent 05f923c commit a3b5e20
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion exasol/toolbox/tools/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class PPrintFormats(str, Enum):
@CLI.command(name="pretty-print")
def json_issue_to_markdown(
json_file: typer.FileText = typer.Argument(mode="r", help="json file with issues to convert"),
path: Path = typer.Argument(default=Path("/home/jami/Git/python-toolbox"), help="path to project root")
path: Path = typer.Argument(default=Path("."), help="path to project root")
) -> None:
content = json_file.read()
issues = from_json(content, path.absolute())
Expand Down
Loading

0 comments on commit a3b5e20

Please sign in to comment.