Skip to content

Commit bf264fa

Browse files
author
Mohamed Koubaa
committed
fix
1 parent 40657eb commit bf264fa

File tree

1 file changed

+1
-1
lines changed
  • src/ansys/mechanical/core/embedding

1 file changed

+1
-1
lines changed

src/ansys/mechanical/core/embedding/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def _share(self, other) -> None:
301301

302302
# the other app is not expecting to have a project
303303
# already loaded
304-
self._app.new()
304+
self.new()
305305

306306
# set up the type hint (typing.Self is python3.11+)
307307
other: App = other

0 commit comments

Comments
 (0)