2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-11 10:55:08 +01:00
This commit is contained in:
Thomas Nagy 2012-02-16 20:16:30 +01:00
parent 013f38ed35
commit 872e480abf

View File

@ -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: