Use the right function 'call' to check the return code
check_call raises an error when the return code is not 0.
call returns the return code.
So the actual code is expecting a 'call' function.
Use the right function 'call' to check the return code Tags None Subscribers None
Description
Details
|