Skip to content

Commit

Permalink
revert task initialization at each set_state
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed Jun 13, 2024
1 parent 4471c3f commit 96e5c55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansys/fluent/core/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,6 @@ def inactive_tasks() -> list:

def __getattr__(self, attr):
"""Delegate attribute lookup to the wrapped workflow object."""
_call_refresh_task_accessors(self)
if attr in self._repeated_task_python_name_display_text_map:
return self.task(self._repeated_task_python_name_display_text_map[attr])
_task_object = self._task_objects.get(attr)
Expand Down

0 comments on commit 96e5c55

Please sign in to comment.