proof fails if there's not type key in config.yaml
Bug #1270186 reported by
Charles Butler
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juju Charm Tools |
Fix Released
|
High
|
Tim Van Steenburgh |
Bug Description
Traceback (most recent call last):
File "/usr/bin/
load_
File "/usr/lib/
args.debug)
File "/usr/lib/
lint, err_code = c.proof(
File "/usr/lib/
lint.
File "/usr/lib/
expected_type = KNOWN_OPTION_
KeyError: 'type'
Related branches
lp://staging/~tvansteenburgh/charm-tools/lp-1270186
- Marco Ceppi (community): Approve
-
Diff: 245 lines (+145/-20)4 files modifiedcharmtools/charms.py (+43/-18)
tests/test_charm_proof.py (+100/-0)
tests_functional/proof/expected/broken-maintainer (+1/-1)
tests_functional/proof/expected/missing-maintainer (+1/-1)
Changed in charm-tools: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Marco Ceppi (marcoceppi) |
milestone: | none → 1.2.9 |
summary: |
- charm-tools 1.2.8 fail on charm proof + proof fails if there's not type key in config.yaml |
Changed in charm-tools: | |
milestone: | 1.2.9 → 1.2.10 |
Changed in charm-tools: | |
milestone: | 1.2.10 → 1.2.11 |
Changed in charm-tools: | |
assignee: | Marco Ceppi (marcoceppi) → Tim Van Steenburgh (tvansteenburgh) |
status: | Triaged → In Progress |
Changed in charm-tools: | |
status: | In Progress → Fix Committed |
Changed in charm-tools: | |
milestone: | 1.2.11 → 1.3.0 |
Changed in charm-tools: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
When might the fix be released?