mobidic / SEAL

SEAL db - Simple, Efficient And Lite database for NGS
GNU General Public License v3.0
8 stars 1 forks source link

Bug when create a comment on a variant #38

Closed Char-Al closed 1 year ago

Char-Al commented 1 year ago

The commit 795a640 created a bug.

Indeed, when a comment is created, JS call view /json/variant/<string:id>. This cause : AttributeError: 'NoneType' object has no attribute 'teams'

In fact, sample is set to None so there is no sample.teams...