codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
76 stars 28 forks source link

Fix string concat in case of no email in analytics api #1585

Closed OhMaley closed 1 month ago

OhMaley commented 2 months ago

A brief description of the purpose of the changes contained in this PR.

Fixes the bug where the analytics API calls for displaying Competitions and Users usage crashes due to nonexistent email linked to any user.

The solution adds a default string value in such case, None and str concatenation (which does not exist)

Issues this PR resolves

1577

Checklist