Skip to content

Commit

Permalink
Add kwargs to JSONResponse nop catch-all.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Nov 30, 2011
1 parent 9682cb5 commit 3c4fc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/lib/jsonresponse.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def send_failure(self, error):
self._clear()
self._errors.add((error, None))

def __call__(self, *a):
def __call__(self, *a, **kw):
return self

def __getattr__(self, key):
Expand Down

0 comments on commit 3c4fc1c

Please sign in to comment.