Closed bartbroere closed 2 years ago
Using this fix the pawls assign command also works on my Windows machine.
pawls assign
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.
os.path.split
Using this fix the
pawls assign
command also works on my Windows machine.