-
Notifications
You must be signed in to change notification settings - Fork 56
Copy fluent_gui_help.xml #456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -0,0 +1,3 @@ | |||
XML_HELP_PATCH = { | |||
"flu_meshing_file_start_transcript": "Starts recording input and output in a file. A transcript file contains a complete record of all standard input to and output from Fluent (usually all keyboard and user interface input and all screen output).Start the transcription process with the file/start-transcript command, and end it with the file/stop-transcript command (or by exiting the program)." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This id has problematic docstring in the xml file, this is the clean version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, so that's why you had modified it before. Maybe Stephen can clean this up.
@@ -0,0 +1,16 @@ | |||
MENU_DESCRIPTIONS = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add custom descriptions here.
codegen/tuigen.py
Outdated
|
||
def _copy_tui_help_xml_file(): | ||
if os.getenv("PYFLUENT_LAUNCH_CONTAINER") == "1": | ||
# Currently fluent_gui_help.xml is not available in the docker image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will copy from the docker container (during CI run) when it is available
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, ok. I guess you will need to make sure with Laurence that this is there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file actually exists in the docker image. Updated the code accordingly.
Currently the fluent_gui_help.xml file is not available in the Fluent image, thus checking in the file from RC2 package.