Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Al-Jarrah committed Oct 2, 2023
1 parent 7b30f02 commit b25cf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expediagroup/sdk/docsgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main(
package_name: str = typer.Option(..., "--package-name", "-n"),
package_path: Path = typer.Option(..., "--package-path", "-p"),
templates_path: Optional[Path] = typer.Option(Path(__file__)/"templates", "--templates-path", "-t"),
output_path: Optional[Path] = typer.Option(Path().parent/"docs", "--output-path", "-o"),
output_path: Optional[Path] = typer.Option(Path(__file__).parent/"docs", "--output-path", "-o"),
):
print(Path().absolute())
print(os.listdir(Path()))
Expand Down

0 comments on commit b25cf26

Please sign in to comment.