Merge lp://staging/~ralsina/tanuki-agent/warn-empty into lp://staging/tanuki-agent
Proposed by
Roberto Alsina
Status: | Merged |
---|---|
Approved by: | Roberto Alsina |
Approved revision: | 84 |
Merged at revision: | 82 |
Proposed branch: | lp://staging/~ralsina/tanuki-agent/warn-empty |
Merge into: | lp://staging/tanuki-agent |
Diff against target: |
46 lines (+26/-0) 2 files modified
agent.py (+9/-0) test_agent.py (+17/-0) |
To merge this branch: | bzr merge lp://staging/~ralsina/tanuki-agent/warn-empty |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomi Richards (community) | Approve | ||
Review via email: mp+269642@code.staging.launchpad.net |
Commit message
Warn the user if configuration options are empty.
Description of the change
Warn the user if configuration options are empty.
To post a comment you must log in.
I think restructuring this to remove the instance method is worth doing - see diff comments.