Skip to content

Commit 4cc6eac

Browse files
authored
Add files via upload
1 parent fec4889 commit 4cc6eac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfoxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ def _is_abs_like(s):
638638
"""Absolute targets (POSIX or Windows-drive style)."""
639639
return s.startswith(u'/') or s.startswith(u'\\') or re.match(u'^[A-Za-z]:[/\\\\]', s)
640640

641+
641642
def _resolves_outside(base_rel, target_rel):
642643
"""
643644
Given a base directory (relative, POSIX) and a target (relative),
@@ -797,7 +798,6 @@ def DetectTarbombFoxfileArray(listarchivefiles,
797798
}
798799

799800

800-
801801
def MkTempFile(data=None, inmem=__use_inmemfile__, isbytes=True, prefix=__project__,
802802
delete=True, encoding="utf-8"):
803803
"""

0 commit comments

Comments
 (0)