Skip to content

Commit d9f8f38

Browse files
authored
Add files via upload
1 parent 4b9a4cc commit d9f8f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycatfile.py

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

642+
642643
def _resolves_outside(base_rel, target_rel):
643644
"""
644645
Given a base directory (relative, POSIX) and a target (relative),
@@ -798,7 +799,6 @@ def DetectTarbombCatfileArray(listarchivefiles,
798799
}
799800

800801

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

0 commit comments

Comments
 (0)