Skip to content

Commit

Permalink
refactor: gRPC FTS refactoring 7
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Apr 29, 2024
1 parent 9155436 commit b8fe46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/launcher/fluent_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def configure_container_dict(
else:
logger.debug(f"container_dict before processing: {container_dict}")

if "volumes" in container_dict:
if host_mount_path and "volumes" in container_dict:
logger.warning(
"'volumes' keyword specified in 'container_dict', but "
"it is going to be overwritten by specified 'host_mount_path'."
Expand Down

0 comments on commit b8fe46f

Please sign in to comment.