return value of check_call wrapper is ignored
Bug #1867985 reported by
Paul Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Mirror Charm |
New
|
Undecided
|
Unassigned |
Bug Description
This charm wraps subprocess.
The wrapper catches CalledProcessError, logs on failure, and returns CalledProcessEr
None of the charm code checks the return value of the check_call wrapper, so many potential problems are silently ignored.
To post a comment you must log in.