]> code.ossystems Code Review - openembedded-core.git/commit
cachedpath.py: global name 'error' is not defined
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 13 May 2013 08:34:28 +0000 (16:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2013 05:32:14 +0000 (08:32 +0300)
commitac0e2781c2723257bd380cac170d4c8b97e36747
tree1d843f3b66f1c8b92d507f4cc9724d6e8e378cb7
parentf9f1397d688cc4eb8d736066b1280bee40a8916a
cachedpath.py: global name 'error' is not defined

The error is not global since we don't use "from os import *", so it
should be os.error.

[YOCTO #4489]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/cachedpath.py