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 #1626

Closed Didayolo closed 1 month ago

Didayolo commented 1 month ago

Original PR

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