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 a886248 commit 9febf54Copy full SHA for 9febf54
exec_helpers/async_api/api.py
@@ -367,7 +367,7 @@ async def check_call( # type: ignore # pylint: disable=invalid-overridden-meth
367
open_stderr=open_stderr,
368
**kwargs,
369
)
370
- return self._handle_exit_code(
+ return self._handle_exit_code( # type: ignore
371
result=result,
372
error_info=error_info,
373
expected_codes=expected_codes,
0 commit comments