Skip to content

Commit a3b5e20

Browse files
File names corrected
1 parent 05f923c commit a3b5e20

File tree

2 files changed

+76
-76
lines changed

2 files changed

+76
-76
lines changed

exasol/toolbox/tools/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class PPrintFormats(str, Enum):
320320
@CLI.command(name="pretty-print")
321321
def json_issue_to_markdown(
322322
json_file: typer.FileText = typer.Argument(mode="r", help="json file with issues to convert"),
323-
path: Path = typer.Argument(default=Path("/home/jami/Git/python-toolbox"), help="path to project root")
323+
path: Path = typer.Argument(default=Path("."), help="path to project root")
324324
) -> None:
325325
content = json_file.read()
326326
issues = from_json(content, path.absolute())

0 commit comments

Comments
 (0)