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 a683bed commit 4f1cb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def insert_next_task(self, task_name: str):
if task_name not in self.get_next_possible_tasks():
raise ValueError(
f"'{task_name}' cannot be inserted next to '{self.python_name()}'. \n"
"Please use 'get_next_possible_tasks()' to view list of allowed tasks."
"Use 'get_next_possible_tasks()' to view list of allowed tasks."
)
return self._task.InsertNextTask(
CommandName=self._python_task_names_map[task_name]
Expand Down

0 comments on commit 4f1cb85

Please sign in to comment.