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

In ipf_dialog, ipf_type can be referenced before assignment #48

Open
JoerivanEngelen opened this issue Jun 21, 2023 · 0 comments
Open

Comments

@JoerivanEngelen
Copy link
Contributor

One colleague ran into a:

UnboundLocalError: local variable 'ipf_type' referenced before assignment

This line https://github.com/Deltares/imod-qgis/blob/main/imodqgis/ipf/ipf_dialog.py#L146
gives trouble if no features can be found, as ipf_type then never was assigned.
So better to initiate that as before the loop starts None.

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