-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removing io error when logging to closed streams (#3273)
* fix: avoid logging to closed streams * chore: update gitignore to avoid any .venv* and venv* directory * chore: adding changelog file 3273.fixed.md * refactor: moved code to a function and added test. * fix: call method * fix: calling empty attributes. * test: early exit * fix: test * fix: test * fix: test 3 * fix: test 4 --------- Co-authored-by: pyansys-ci-bot <[email protected]>
- Loading branch information
1 parent
0bff40c
commit 83b79ff
Showing
4 changed files
with
41 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fix: removing io error when logging to closed streams |
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