Skip to content

Commit

Permalink
runner fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Apr 20, 2024
1 parent 90fc17a commit d405fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/fluent_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,6 @@ def _exit(
if file_transfer_service and isinstance(
file_transfer_service, RemoteFileTransferStrategy
):
file_transfer_service.container.stop()
file_transfer_service.container.kill()

exit_event.set()

0 comments on commit d405fb0

Please sign in to comment.