Skip to content

Commit

Permalink
fix: fixing a data bug when QC validation fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Nov 7, 2024
1 parent fa653d8 commit 6596ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aind_qc_portal/panel/quality_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def get_data(self):

except Exception as e:
self._data = None
self._has_data = False
print(f"QC object failed to validate: {e}")
return

Expand Down

0 comments on commit 6596ced

Please sign in to comment.