fixed typo
This commit is contained in:
parent
68030a1024
commit
ed0050ba05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user