Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Koubaa committed Jun 21, 2024
1 parent 668c299 commit fcbd80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/mechanical/core/embedding/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ def _share(self, other) -> None:
they all point to the same underlying application
object. Because of that, special care needs to be
taken to properly share the state. Other will be
a "weak reference", which doesn't own anything."""

a "weak reference", which doesn't own anything.
"""
# the other app is not expecting to have a project
# already loaded
self.new()

Check warning on line 304 in src/ansys/mechanical/core/embedding/app.py

View check run for this annotation

Codecov / codecov/patch

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

Added line #L304 was not covered by tests
Expand Down

0 comments on commit fcbd80b

Please sign in to comment.