Skip to content

Commit a253c69

Browse files
committed
Update archivefile.py
1 parent 968efea commit a253c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def handler(signum, frame):
235235
input_file = tempout
236236
if(not tmpout):
237237
sys.exit(1)
238-
fvalid = pyarchivefile.ArchiveFileValidate(
238+
fvalid = pyarchivefile.StackedArchiveFileValidate(
239239
input_file, "auto", 0, fnamedict, False, getargs.verbose, False)
240240
if(not getargs.verbose):
241241
import sys

0 commit comments

Comments
 (0)