Skip to content

Commit c28c3c7

Browse files
committed
Update catfile.py
1 parent f6b26fc commit c28c3c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catfile.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 = pycatfile.CatFileValidate(
238+
fvalid = pycatfile.StackedCatFileValidate(
239239
input_file, "auto", 0, fnamedict, False, getargs.verbose, False)
240240
if(not getargs.verbose):
241241
import sys

0 commit comments

Comments
 (0)