Skip to content

Commit bc05f09

Browse files
authored
Add files via upload
1 parent 1037032 commit bc05f09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyfoxfile.py

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

0 commit comments

Comments
 (0)