conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
143 stars 46 forks source link

[BUG] - Fix api/v1/specification/ handler #615

Open nkaretnikov opened 11 months ago

nkaretnikov commented 11 months ago

Describe the bug

curl http://localhost:5000/conda-store/api/v1/specification/
Internal Server Error
conda-store-server_1  |     task.wait()
conda-store-server_1  | AttributeError: 'str' object has no attribute 'wait'

Code in the handler needs to be updated.

Expected behavior

Server handles request.

How to Reproduce the problem?

See above.

Output

No response

Versions and dependencies used.

6d66e77da8e2ee619f19e249182c0c03e7c1b29b

Anything else?

No response