ssi-dk / bifrost

MIT License
6 stars 6 forks source link

Run class not checking against run name properly #52

Closed kimleeng closed 4 years ago

kimleeng commented 4 years ago

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 [])