Skip to content

Commit

Permalink
Add a missing 'inlineCallbacks' decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
benallard committed Dec 1, 2014
1 parent d567123 commit 9cffbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/test/unit/test_data_logs.py
Expand Up @@ -184,6 +184,7 @@ def setUp(self):
wantMq=True, wantDb=True, wantData=True)
self.rtype = logs.Log(self.master)

@defer.inlineCallbacks
def do_test_callthrough(self, dbMethodName, method, exp_args=None,
exp_kwargs=None, *args, **kwargs):
rv = (1, 2)
Expand Down

0 comments on commit 9cffbad

Please sign in to comment.