Skip to content

Conversation

@seanpearsonuk
Copy link
Collaborator

@seanpearsonuk seanpearsonuk commented Jul 18, 2023

recent sonar clean-up; multiple replacement of repr (due to shadowing) accidentally went too far.

Without the change, we raise and unhandled exception:

>>> import ansys.fluent.core as pf
>>> s = pf.launch_fluent(start_transcript=False)
>>> help(s.file.read_case)
Help on read_case in module ansys.fluent.core.solver.flobject object:

class read_case(Command)
 |  read_case(name: str = None, parent=None)
 |
 |  'read_case' command.
 |
 |  Parameters
 |  ----------
 |      file_name : str
 |          'file_name' child.
 |      pdf_file_name : str
 |          'pdf_file_name' child.

@seanpearsonuk seanpearsonuk merged commit f04509d into main Jul 19, 2023
@seanpearsonuk seanpearsonuk deleted the bug/help branch July 19, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants