Skip to content

Commit

Permalink
refactor: gRPC FTS refactoring 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Apr 29, 2024
1 parent 40ac7b2 commit 9155436
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ansys/fluent/core/launcher/fluent_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ def configure_container_dict(
)
else:
fd, sifile = tempfile.mkstemp(
suffix=".txt", prefix="serverinfo-", dir=host_mount_path
suffix=".txt",
prefix="serverinfo-",
dir=host_mount_path if host_mount_path else pyfluent.EXAMPLES_PATH,
)
os.close(fd)
container_server_info_file = (
Expand Down

0 comments on commit 9155436

Please sign in to comment.