mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-11 10:55:08 +01:00
typo
This commit is contained in:
parent
013f38ed35
commit
872e480abf
@ -715,7 +715,7 @@ class Task(TaskBase):
|
||||
if x.is_child_of(bld.srcnode):
|
||||
try:
|
||||
os.stat(x.abspath())
|
||||
except OSErrror:
|
||||
except OSError:
|
||||
try:
|
||||
del x.parent.children[x.name]
|
||||
except KeyError:
|
||||
|
Loading…
Reference in New Issue
Block a user