AllenInstitute / segmentation-labeling-app

Data pipeline and UI for human labeling of putative ROIs from 2p cell segmentations
Other
0 stars 0 forks source link

Only decode byte string if possible (pg8000 update) #128

Closed aamster closed 3 years ago

aamster commented 3 years ago

After pg8000 was updated, it now returns strings instead of byte strings. The decode of a string failed, so need to be wrapped in try/except.