-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update fluent container mount path and show them using logging (#…
…2874) * fix: Update host_mount_path and examples download path * show mapped path using logging * update working dir * Update src/ansys/fluent/core/launcher/fluent_container.py Co-authored-by: Raphael Luciano <[email protected]> * use os.getcwd() * remove __name__ * replace pyfluent.EXAMPLES_PATH with os.getcwd() * replace EXAMPLES_PATH with os.getcwd() * update test_file_transfer_service.py * update __init__.py * test fix * test fix 1 * system coupling fix * Revert "system coupling fix" This reverts commit 1e41bfa. * Revert "test fix 1" This reverts commit 4b295d8. * Revert "test fix" This reverts commit 982e02e. * Revert "update __init__.py" This reverts commit 16e6f7c. * Revert "update test_file_transfer_service.py" This reverts commit 3b7cfe4. * Revert "replace EXAMPLES_PATH with os.getcwd()" This reverts commit 5f5aa6c. * Revert "replace pyfluent.EXAMPLES_PATH with os.getcwd()" This reverts commit b54363f. * remove download_file changes * configure host_mount_path * add test to check warning * add test to check warning 1 * add test to check warning 2 * add module level variable --------- Co-authored-by: Raphael Luciano <[email protected]>
- Loading branch information
Showing
4 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters