HomeSoftware Heritage

Use the right function 'call' to check the return code

Description

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.

Details

Provenance
ardumontAuthored on Jan 6 2017, 3:23 PM
ardumontPushed on Jan 6 2017, 3:43 PM
Parents
rDLDSVN3da1497f4975: Rename task_queue adequately
Branches
Unknown
Tags
Unknown
References
tag: v0.0.20