mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-06 00:15:30 +01:00
typo
This commit is contained in:
parent
96c5155766
commit
f19e7cb3c8
@ -209,7 +209,7 @@ def h_file(fname):
|
||||
|
||||
if hasattr(os, 'O_NOINHERIT'):
|
||||
def readf_win32(f, m='r', encoding='ISO8859-1'):
|
||||
flags = os.O_NOINHERIT | os.O_RDONLY | OS.O_BINARY
|
||||
flags = os.O_NOINHERIT | os.O_RDONLY | os.O_BINARY
|
||||
if '+' in m:
|
||||
flags |= os.O_RDWR
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user