Merge ~hloeung/ubuntu-repository-cache:fixes into ubuntu-repository-cache:master

Proposed by Haw Loeung
Status: Merged
Approved by: Paul Collins
Approved revision: 982e2c12b4138f57c83df4562abc9e5dde901552
Merged at revision: 3cb66076adcd4cc6b57599976dd5982ad7608b50
Proposed branch: ~hloeung/ubuntu-repository-cache:fixes
Merge into: ubuntu-repository-cache:master
Diff against target: 13 lines (+1/-1)
1 file modified
reactive/ubuntu_repository_cache.py (+1/-1)
Reviewer Review Type Date Requested Status
Paul Collins lgtm Approve
Canonical IS Reviewers Pending
Review via email: mp+432148@code.launchpad.net

Commit message

Fix 'website_relation_joined() takes 0 positional arguments but 1 was given'

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Paul Collins (pjdc) :
review: Approve (lgtm)
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 3cb66076adcd4cc6b57599976dd5982ad7608b50

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/reactive/ubuntu_repository_cache.py b/reactive/ubuntu_repository_cache.py
2index cadfd89..c6f7246 100755
3--- a/reactive/ubuntu_repository_cache.py
4+++ b/reactive/ubuntu_repository_cache.py
5@@ -199,7 +199,7 @@ def stop():
6
7
8 @reactive.hook('website-relation-joined')
9-def website_relation_joined():
10+def website_relation_joined(context=None):
11 '''Provide hostname/port for the website relationship'''
12
13 LOG('Website relation joined for %s' % SERVICE)

Subscribers

People subscribed via source and target branches