1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

bitbake: Improve error message for missing class files

This commit is contained in:
Richard Purdie
2008-11-06 00:12:31 +00:00
parent 4ba6a52d7e
commit b6b37f065c
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ def handle(fn, d, include = 0):
f = open(j, 'r')
break
if f is None:
raise IOError("file not found")
raise IOError("file %s not found" % fn)
else:
f = open(fn,'r')
abs_fn = fn