We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 MetricsSerializer there is an error when the Subindicator is not available for a specific geography:
MetricsSerializer
wazimap-ng/wazimap_ng/profile/serializers/metrics_serializer.py
Lines 31 to 35 in 06ce11f
If subindicator is not available this will result in a 500 server error. With KeyError
subindicator
KeyError
There are several things that need to happen here:
.get
[]
N/A
https://trello.com/c/svbZLvHv/650-absolute-value-calculator-bug
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In
MetricsSerializer
there is an error when the Subindicator is not available for a specific geography:wazimap-ng/wazimap_ng/profile/serializers/metrics_serializer.py
Lines 31 to 35 in 06ce11f
If
subindicator
is not available this will result in a 500 server error. WithKeyError
There are several things that need to happen here:
.get
instead of[]
N/A
https://trello.com/c/svbZLvHv/650-absolute-value-calculator-bug
The text was updated successfully, but these errors were encountered: