Skip to content

Commit

Permalink
Update src/ansys/fluent/core/workflow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
prmukherj and PipKat authored Apr 20, 2024
1 parent c42dd5a commit 1b91ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/fluent/core/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1470,8 +1470,8 @@ def _load_workflow(self, file_path: str, dynamic_interface: bool = True):
self._activate_dynamic_interface(dynamic_interface=dynamic_interface)

def get_initial_task_list_while_creating_new_workflow(self):
"""Get list of independent tasks that can be inserted at initial level while
creating a new workflow."""
"""Get a list of independent tasks that can be inserted at the initial level while
creating a workflow."""
self._get_first_tasks_help_string_command_id_map()
return list(self._initial_task_python_names_map)

Expand Down

0 comments on commit 1b91ebf

Please sign in to comment.