Skip to content

Commit e9949e1

Browse files
authored
feat(operator doc): Set current folder as default output path of generate_operators_doc
1 parent 717f986 commit e9949e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/documentation/generate_operators_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def run_with_args(): # pragma: nocover
474474
"--ansys_path", default=None, help="Path to Ansys DPF Server installation directory"
475475
)
476476
parser.add_argument(
477-
"--output_path", default=None, help="Path to output directory", required=True
477+
"--output_path", default=".", help="Path to output directory"
478478
)
479479
parser.add_argument("--include_private", action="store_true", help="Include private operators")
480480
parser.add_argument(

0 commit comments

Comments
 (0)