Skip to content

Commit b23a717

Browse files
committed
Update foxfile.py
1 parent 27ee540 commit b23a717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)