Skip to content

Commit e13d3aa

Browse files
fix: typo in the open request construction (#2022)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 47e486f commit e13d3aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/2022.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Typo in the open request construction

src/ansys/geometry/core/_grpc/_services/v0/designs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def open(self, **kwargs) -> dict: # noqa: D102
5454

5555
# Create the request - assumes all inputs are valid and of the proper type
5656
request = OpenRequest(
57-
fliepath=kwargs["filepath"],
57+
filepath=kwargs["filepath"],
5858
import_options=kwargs["import_options"].to_dict(),
5959
)
6060

0 commit comments

Comments
 (0)