Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Bottle app initialization #138

Merged
merged 1 commit into from
Sep 5, 2024
Merged

fix Bottle app initialization #138

merged 1 commit into from
Sep 5, 2024

Conversation

contrast-jproberts
Copy link
Contributor

@contrast-jproberts contrast-jproberts commented Sep 5, 2024

Bottle 0.13.0 requires Bottle instances to be initialized with keyword arguments only. Previously, we were using a positional argument. This usage was wrong (passing the name string as a catchall boolean parameter), so it's removed.

For Contrast Python Developers Only:

  • I've created a PR to update the vulnpy commit

  • We do not want to update to this PR's top commit.

Bottle 0.13.0 requires Bottle instances to be initialized with
keyword arguments only. Previously, we were using a positional
argument. This usage was wrong (passing the __name__ string as
a catchall boolean parameter), so it's removed.
@contrast-jproberts contrast-jproberts merged commit 3409f2a into master Sep 5, 2024
12 checks passed
@contrast-jproberts contrast-jproberts deleted the bottle-13-fix branch September 5, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants