allenai / amti

A Mechanical Turk Interface (amti) 🤖
Apache License 2.0
55 stars 18 forks source link

TypeError: write() argument must be str, not None in amti/actions/create.py #9

Closed keisks closed 4 years ago

keisks commented 6 years ago

https://github.com/allenai/amti/blob/1e156b01702e098811bd43c314bc4f2b5dbbfa06/amti/actions/create.py#L81

If the current_commit is None, we get a TypeError.

TypeError: write() argument must be str, not None
keisks commented 6 years ago

My current workaround is to git clone amti (in addition to pip install) and run experiments under the amti directory, although I am not sure if this is the best.

nalourie-ai2 commented 4 years ago

This issue has been addressed by PR https://github.com/allenai/amti/pull/18.