openreview / openreview-py

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

Recruitment preprocess: Fix curly brace validation #2157

Closed enrubio closed 2 weeks ago

enrubio commented 1 month ago

A PC tried to use the tokens {Recipient.InviteeAcceptUrl} and {Recipient.InviteeDeclineUrl} which caused recruitment to fail. I don't think this is covered in the validation, we only warn users if any tokens are wrapped in single curly braces.

enrubio commented 2 weeks ago