Don't show both messages if we don't have the zip files

This commit is contained in:
Ebag333
2017-02-12 12:21:57 -08:00
parent 441b3f1646
commit e7a5cb4b1d

View File

@@ -38,8 +38,8 @@ except ImportError:
class BitmapLoader(object):
try:
logging.info("Using zipped image files.")
archive = zipfile.ZipFile(config.getPyfaPath('imgs.zip'), 'r')
logging.info("Using zipped image files.")
except IOError:
logging.info("Using local image files.")
archive = None