Skip to content

Commit cd6f949

Browse files
committed
fix: chown server-info file by client user in compose mode
1 parent fba1de0 commit cd6f949

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ansys/fluent/core/launcher/container_launcher.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,9 @@ def __call__(self):
237237
)
238238
except PermissionError:
239239
container.chown_server_info_file()
240-
241-
_, _, password = _get_server_info_from_container(config_dict=config_dict)
240+
_, _, password = _get_server_info_from_container(
241+
config_dict=config_dict
242+
)
242243
else:
243244
port, password, container = start_fluent_container(
244245
self._args,

0 commit comments

Comments
 (0)