7yl4r / LifeGenes

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

CELL_COLLECTION_DIR does not exist #21

Closed BrianErikson closed 10 years ago

BrianErikson commented 10 years ago

When running any scripts that require the cellCollection file, the following error is observed:

image

Easy fix; check if directory exists before assigning the value, and if it's not there create the dir.

BrianErikson commented 10 years ago

Fixed. cellPallate.py now checks if the dir does not exist and creates it.