Code review comment for lp:~doanac/ubuntu-ci-services-itself/json-jsonp-status

Revision history for this message
Evan (ev) wrote :

110 +@hooks.hook('json_status-relation-changed')
111 +def json_status_relation_changed():
112 + json_status_relation_joined()

Minor nit, but couldn't you just decorate json_status_relation_joined() with hooks.hook('json_status-relation-changed')?

« Back to merge proposal