Method: pylint.config.utils._set_output
Calls: 9, Exceptions: 0, Paths: 1Back
Path 1: 9 calls (1.0)
_Run (9)
'/private/var/folders/yp/qx0crmvd4sbck7chb52sws500000gn/T/pytest-of-andrehora/pytest-178/test_output_file_valid_path0/output.txt' (1) 'thisdirectorydo...
1def _set_output(run: Run, value: str | None) -> None:
2 """Set the output."""
3 assert value is not None
4 run._output = value