Skip to content

Commit

Permalink
Fix retro-compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi committed Mar 14, 2024
1 parent ebf61ee commit 4a3fe7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/property_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(
server=server,
)
self._field_definition = None
if meets_version(server.version, "8.1"):
if meets_version(self._server.version, "8.1"):
self._field_definition = self._load_field_definition()

@property
Expand Down

0 comments on commit 4a3fe7a

Please sign in to comment.