Brandon Brown

Results 1 comments of Brandon Brown

Hi @wong2, I suspect I'm running into the same problem. Minimum working example: ```python from pick import pick testpick = ['test1', 'test2', 'test3'] a,b = pick(testpick, 'Test Pick') ``` This...