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 4d1fb86 commit 2416f1fCopy full SHA for 2416f1f
exec_helpers/subprocess_runner.py
@@ -172,7 +172,7 @@ def close_streams() -> None:
172
173
wait_err_msg = _log_templates.CMD_WAIT_ERROR.format(result=result, timeout=timeout)
174
self.logger.debug(wait_err_msg)
175
- raise exceptions.ExecHelperTimeoutError(result=result, timeout=timeout)
+ raise exceptions.ExecHelperTimeoutError(result=result, timeout=timeout) # type: ignore
176
177
def execute_async( # pylint: disable=arguments-differ
178
self,
0 commit comments