ssi-dk / bifrost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run class not checking against run name properly

kimleeng opened this issue · comments

Fix bug in datahandling.py for class Run where check for no runs in DB is checking against None but returns a list so should be checked for size (ie not [])