7yl4r / LifeGenes

:jeans: genetic inheritance + Conway's Game of Life.
12 stars 1 forks source link

something is silently catching and killing exceptions #15

Open 7yl4r opened 10 years ago

7yl4r commented 10 years ago

An AttributeError thrown at Line 42 of genetic_painter.py (env.cellList.setCell(x,y,cell=pallate.getSelectedCellObj())) was being silenced somewhere. I've fixed the error, but have not yet found what is causing the silent failure.