An error occurred while fetching the assigned milestone of the selected merge_request.
Stringifying error messages
Compare changes
+ 1
− 1
@@ -42,7 +42,7 @@ def init_app(app: Flask):
The protocols demands that error messages are strings, but in the current implementation, they are (often) dictionaries. I've simply added a conversion to string where necessary.