CoBrALab / qbatch

The Unlicense
27 stars 13 forks source link

Fix task_list referenced before assigned error #211

Closed cfhammill closed 3 years ago

cfhammill commented 3 years ago

When trying to run qbatchDriver in pure python you end up in this conditional branch where task_list isn't defined but the next line checks its length. This should fix it.

gdevenyi commented 3 years ago

cheers :+1: