Skip to content

Commit c077267

Browse files
committed
test: print fluent container command
1 parent 15da8a5 commit c077267

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

geometry-mesh-fluent/wf_gmf_02_fluent_meshing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ def generate_mesh(
197197
if os.getenv("PYANSYS_WORKFLOWS_CI") == "true":
198198
command_list = os.getenv("FLUENT_DOCKER_EXEC_COMMAND").split()
199199
command_list.append("-meshing")
200+
print("Command for Fluent container execution:")
201+
print(command_list)
200202
container_dict = {
201203
"fluent_image": os.getenv("FLUENT_DOCKER_IMAGE"),
202204
"command": command_list,

0 commit comments

Comments
 (0)