Skip to content

Commit 1e7f87e

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update pyneofile.py
1 parent 7b55313 commit 1e7f87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyneofile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def make_empty_file_neo(outfile=None, fmttype=None, checksumtype='crc32', format
325325
fs = _select_formatspecs_neo(formatspecs, fmttype, outfile)
326326
d = fs['format_delimiter']
327327

328-
bufmode, fp, buf = _wrap_outfile(outfile)
328+
bufmode, fp, buf = _open_out(outfile)
329329
class _Dst(object):
330330
def write(self, data): _write(bufmode, fp, buf, data)
331331
dst = _Dst()

0 commit comments

Comments
 (0)