allenai / pawls

Software that makes labeling PDFs easy.
https://pawls.apps.allenai.org
Apache License 2.0
390 stars 74 forks source link

Make the path splitting by the PAWLS CLI platform independent #165

Closed bartbroere closed 2 years ago

bartbroere commented 2 years ago

Using this fix the pawls assign command also works on my Windows machine.

bartbroere commented 2 years ago

It turns out that os.path.split does not work the way I expect. I would recommend reverting for now, since it breaks more than it fixes.