From 1b91ebf4ce40f529cd08d73793360f2e57b48e32 Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee <109645853+prmukherj@users.noreply.github.com> Date: Sat, 20 Apr 2024 09:56:07 +0530 Subject: [PATCH] Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> --- src/ansys/fluent/core/workflow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/fluent/core/workflow.py b/src/ansys/fluent/core/workflow.py index 645ba759a4c..4d49b6dcf58 100644 --- a/src/ansys/fluent/core/workflow.py +++ b/src/ansys/fluent/core/workflow.py @@ -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)