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

Null value throws error later on #214

Open
baptisteghesquiere opened this issue Jan 22, 2024 · 0 comments
Open

Null value throws error later on #214

baptisteghesquiere opened this issue Jan 22, 2024 · 0 comments

Comments

@baptisteghesquiere
Copy link

self.cweb_country = self._cweb_get_country(

When the value of CountryCode is empty, this function fails because in the function you do a upper(), but you can not perform an upper() on a null value.

This should be better handled as this throws an awfull stack trace error.

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