EGA-archive / beacon2-ri-api

Beacon v2 Reference Implementation (API)
Apache License 2.0
16 stars 38 forks source link

Fix TypeError in build_response.py #273

Closed mansego closed 7 months ago

mansego commented 7 months ago

This commit addresses a TypeError in build_response.py caused by comparing an integer with a NoneType.

costero-e commented 7 months ago

Thank you for spotting this bug @mansego !