CannotConnectEnv is raised but not used
Bug #1430959 reported by
Aaron Bentley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-ci-tools |
Triaged
|
Low
|
Unassigned |
Bug Description
The only methods that handle CannotConnectEnv are indirect callers of get_status. But get_status can never raise CannotConnectEnv, because it treats it as a CalledProcessError and never re-raises it.
Either we should use CannotConnectEnv, or we should get rid of it.
tags: | added: tech-debt |
To post a comment you must log in.