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 19, 2024
1 parent 7d3a271 commit 8902e3d
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 @@ -528,7 +528,7 @@ def insert_next_task(self, task_name: str):
ValueError
If the Python name does not match the next possible task names.
"""
# The next line populates the python name map for next possible task
# The next line populates the Python name map for next possible task
self._get_next_python_task_names()
if task_name not in self.get_next_possible_tasks():
raise ValueError(
Expand Down

0 comments on commit 8902e3d

Please sign in to comment.