We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faeadc commit 90b97afCopy full SHA for 90b97af
1 file changed
tests/test_06_ids.py
@@ -23,7 +23,7 @@ class LoggingIDSClient(IDSClient):
23
"""
24
def getStatus(self, selection):
25
status = super().getStatus(selection)
26
- logger.debug("getStatus(%s): %s", selection, status)
+ logger.debug("getStatus(%s): %s", selection, status, stacklevel=2)
27
return status
28
29
@pytest.fixture(scope="module")
0 commit comments