Skip to content

Commit 8fb2aa2

Browse files
authored
Add files via upload
1 parent ecbe4bf commit 8fb2aa2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pyfoxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3941,8 +3941,7 @@ def TarFileCheck(infile):
39413941
if pos is not None and hasattr(infile, "seek"):
39423942
infile.seek(pos)
39433943
except Exception:
3944-
return False
3945-
3944+
pass
39463945

39473946
def ZipFileCheck(infile):
39483947
try:

pyfoxfile_py3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3211,8 +3211,7 @@ def TarFileCheck(infile):
32113211
if pos is not None and hasattr(infile, "seek"):
32123212
infile.seek(pos)
32133213
except Exception:
3214-
return False
3215-
3214+
pass
32163215

32173216
def ZipFileCheck(infile):
32183217
try:

0 commit comments

Comments
 (0)