serve_gunicorn is now called with the bento
param and not bundle_path
#499
Labels
bug
Something isn't working
bento
param and not bundle_path
#499
Describe the bug
bundle_path is still passed to serve_gunicorn as a kwarg and now breaks as it is an unexpected parameter. the bundle_path param needs to be switched the new new
bento
param as changed in the commit: abfd77cto avoid an unexpected parameter exception. I am not confident in where along the dependency chain to make that alteration as to not affect the other severing/cli modes.
@kevlar1818 @seantur
The text was updated successfully, but these errors were encountered: