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

edit_response has no return value when response not found #11

Open
bbollen23 opened this issue Jan 13, 2025 · 0 comments
Open

edit_response has no return value when response not found #11

bbollen23 opened this issue Jan 13, 2025 · 0 comments

Comments

@bbollen23
Copy link
Contributor

edit_response method on Component class does not return a value when response is not found. Several options:

  1. Keep it -- returns None instead of self since no response is found.
  2. Returns self anyway
  3. Returns self with warning
  4. Raises exception
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

No branches or pull requests

1 participant