We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a618b08 commit b159c49Copy full SHA for b159c49
doc/source/how-to/code/test_pyansys_logging.py
@@ -21,7 +21,7 @@ def test_default_logger():
21
22
assert "INFO - - test_pyansys_logging - test_default_logger - Test stdout" in capture.content
23
# File handlers are not activated.
24
- assert Path.exists(Path.exists(Path(Path.cwd() / "PyProject.log")))
+ assert (Path.cwd() / "PyProject.log").exists()
25
26
27
def test_level_stdout():
0 commit comments