Skip to content

Commit

Permalink
Update flobject.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpearsonuk authored Oct 25, 2024
1 parent b032117 commit ca1e49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/solver/flobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ def __call__(self, *args, **kwds):
raise KeyboardInterrupt


# TODO: Remove this after paremater list() method is fixed from Fluent side
# TODO: Remove this after parameter list() method is fixed from Fluent side
def _fix_parameter_list_return(val):
if isinstance(val, dict):
new_val = {}
Expand Down

0 comments on commit ca1e49e

Please sign in to comment.