Skip to content

Commit

Permalink
Update src/zope/publisher/publish.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz authored Aug 23, 2023
1 parent a4b9fd6 commit 9cd8099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zope/publisher/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def mapply(obj, positional=(), request={}):
given = len(args)
if wrapperCount:
given += wrapperCount
breakpoint() # #################################
raise TypeError('%s() takes at most %d argument%s(%d given)' % (
getattr(unwrapped, '__name__', repr(obj)),
code.co_argcount,
Expand Down

0 comments on commit 9cd8099

Please sign in to comment.