hubmapconsortium / ingest-pipeline

Data ingest pipeline(s) for QA/metadata etl/post-processing
MIT License
4 stars 5 forks source link

StatusChanger bugfix for None status #894

Closed gesinaphillips closed 4 months ago

gesinaphillips commented 4 months ago

Catching case in StatusChanger.update where status is None and there are no other fields to change. Previously this would throw an exception because this is a bad call to entity-api, now it should log that no call was made.