openreview / openreview-py

Official Python client library for the OpenReview API
https://openreview-py.readthedocs.io/en/latest/
MIT License
148 stars 22 forks source link

Fix recruitment token validation #2162

Closed enrubio closed 4 months ago

enrubio commented 4 months ago

Previously the preprocess function only validated tokens in double curly braces. This will validate tokens in single curly brackets as well.