whuang37 / biondi_body_client

A client used to annotate and record the morphology of biondi bodies in the choroid plexus.
0 stars 0 forks source link

Counter stuck at 47 #24

Closed bajohnso-uci closed 4 years ago

bajohnso-uci commented 4 years ago

I actually have analyzed about 65 bodies.

Exception in Tkinter callback Traceback (most recent call last): File "tkinter__init.py", line 1883, in call File "tkinter\init__.py", line 804, in callit File "biondi_body_client.py", line 184, in update_count File "file_management.py", line 103, in count_bodies sqlite3.OperationalError: too many SQL variables

whuang37 commented 4 years ago

Fixed. self.all_bodies was being appended as well as no copy of the list was made