Project

General

Profile

Bug #3066 » sconstruct-oserror.patch

elchenberg, 2021-02-06 14:54

View differences:

SConstruct
try:
self.conf.env.ParseConfig(*args, **kw)
return True
except OSError:
return False
except Exception as e:
print(e.message, file=sys.stderr)
return False
(2-2/2)