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 b54d9be commit 13f2862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expediagroup/sdk/docsgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import os
from pathlib import Path
from typing import Optional

Expand All @@ -31,7 +31,7 @@ def main(
output_path: Optional[Path] = typer.Option(Path(".."), "--output-path", "-o"),
):
print(Path().absolute())
print(Path())
print(os.listdir(Path()))
context = Context(directory=str(package_path.absolute()))
loader = PythonLoader(search_path=[str(package_path.absolute())])

Expand Down

0 comments on commit 13f2862

Please sign in to comment.