DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

Assert functions should assert things and raise exceptions #152

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

This fixes an Auth mixin class that implements an assert_* method that does not actually raise exceptions (returns a boolean).

This PR fixes that and updates the function calls accordingly.