List filling works. Got to change their color now

This commit is contained in:
2012-08-29 07:44:46 +02:00
parent 2037bf20dc
commit 9f92f8cd61
3 changed files with 13 additions and 2 deletions

View File

@@ -121,6 +121,7 @@ class FaceMovie(object, Observable, Observer):
# populating guys
self.guys.append(a_guy)
self.notify(["Application", ["FILEADD", guy_name]])
except:
self.console_logger.info("Skipping %s. Not an image file" % (guy_source))
self.my_logger.info("Skipping %s. Not an image file" % (guy_source))