Skip to content

Commit acc7e11

Browse files
authored
Add files via upload
1 parent 514d0e3 commit acc7e11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyfoxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9948,7 +9948,7 @@ def StackedFoxFileValidate(infile, fmttype="auto", filestart=0, formatspecs=__fi
99489948
try:
99499949
infile.close()
99509950
except AttributeError:
9951-
pass
9951+
return False
99529952
return outretval
99539953

99549954

@@ -10952,7 +10952,7 @@ def StackedFoxFileListFiles(infile, fmttype="auto", filestart=0, seekstart=0, se
1095210952
try:
1095310953
infile.close()
1095410954
except AttributeError:
10955-
pass
10955+
return False
1095610956
return outretval
1095710957

1095810958

0 commit comments

Comments
 (0)