Closed kivikakk closed 2 years ago
**kwargs must be forwarded explicitly now. (We can't use ... syntax because we actually check args.first in the rescue block.)
**kwargs
...
args.first
rescue
Thanks!
**kwargs
must be forwarded explicitly now. (We can't use...
syntax because we actually checkargs.first
in therescue
block.)