8000 feat: Add more details to MissingTargetException error by di · Pull Request #158 · GoogleCloudPlatform/functions-framework-python · GitHub
[go: up one dir, main page]

Skip to content

feat: Add more details to MissingTargetException error #158

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

Closed
wants to merge 1 commit into from

Conversation

di
Copy link
Member
@di di commented Oct 19, 2021

Include names of other functions found in the file. This will help debug issues like #157.

@google-cla google-cla bot added the cla: yes label Oct 19, 2021
Copy link
Contributor
@KaylaNguyen KaylaNguyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on this! I'll approve it once it's up-to-date.

@@ -256,9 +256,15 @@ def handle_none(rv):

# Extract the target function from the source file
if not hasattr(source_module, target):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind syncing this PR to main branch? This line should now be in _function_registry.py.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KaylaNguyen I'm not a maintainer of this repo anymore, and thus don't have write access to this branch.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Dustin, would you mind forking this repo and copy this branch to a new one on di/functions-framework-python and create a PR from that instead? Then you won't need to be a maintainer of the repo to make changes to the branch. We can add you as maintainer of this repo to proceed with these 2 commits but all admins are OOO atm.

@grant
Copy link
Contributor
grant commented Jun 8, 2022

This PR is outdated and @di isn't working on this anymore.

Created PR: #189

@grant grant closed this Jun 8, 2022
@grant grant deleted the better-MissingTargetException-error branch June 8, 2022 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0