fixed typo

This commit is contained in:
fcanc 2015-03-06 11:26:47 +01:00
parent 68030a1024
commit ed0050ba05

View File

@ -126,7 +126,7 @@ class ZipArchiver:
def getArchiveFilenameList(self):
try:
zOf = zipfile.ZipFile(self.path, 'r')
zf = zipfile.ZipFile(self.path, 'r')
namelist = zf.namelist()
zf.close()
return namelist