Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed May 1, 2024
1 parent 2b3359d commit 0c06189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def version_info() -> str:
DATAMODEL_USE_NOCOMMANDS_DIFF_STATE = True

# Parent directory where codegen writes out API files
GENERATED_API_DIR = Path(__file__) / ".." / "generated"
GENERATED_API_DIR = (Path(__file__) / ".." / "generated").resolve()


# TODO: cleanup the following and related code
Expand Down

0 comments on commit 0c06189

Please sign in to comment.