Skip to content

Commit 5094bff

Browse files
resolve conversation
1 parent 634da44 commit 5094bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/tools/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ class PPrintFormats(str, Enum):
309309

310310
@CLI.command(name="pretty-print")
311311
def json_issue_to_markdown(
312-
json_file: typer.FileText = typer.Argument(default="", mode="r", help="json file with issues to convert"),
312+
json_file: typer.FileText = typer.Argument(mode="r", help="json file with issues to convert"),
313313
path: Path = typer.Argument(default=Path("/home/jami/Git/python-toolbox"), help="path to project root")
314314
) -> None:
315315
content = json_file.read()

0 commit comments

Comments
 (0)