Skip to content

Commit 1a37795

Browse files
authored
Add files via upload
1 parent b849f00 commit 1a37795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycatfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6692,6 +6692,7 @@ def AppendFilesWithContentToOutFile(infiles, outfile, dirlistfromtxt=False, fmtt
66926692
fmttype = __file_format_default__
66936693
formatspecs = formatspecs[fmttype]
66946694
if(outfile != "-" and outfile is not None and not hasattr(outfile, "read") and not hasattr(outfile, "write")):
6695+
outfile = RemoveWindowsPath(outfile)
66956696
if(os.path.exists(outfile)):
66966697
try:
66976698
os.unlink(outfile)

0 commit comments

Comments
 (0)