This commit is contained in:
blitzman
2017-02-25 18:47:03 -05:00
parent 4895d76bea
commit bf24e5f518

View File

@@ -34,7 +34,7 @@ except ImportError:
class BitmapLoader(object):
try:
archive = zipfile.ZipFile(os.path.join(config.pyfaPath, 'imgs.zip', 'r'))
archive = zipfile.ZipFile(os.path.join(config.pyfaPath, 'imgs.zip'), 'r')
except IOError:
archive = None