mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
Drop some unused vars
(Bitbake rev: b79ca5f1cc2d262de877047769ce25279ba26672) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
1c74fd768f
commit
51f5346f29
@@ -596,7 +596,7 @@ def movefile(src, dest, newmtime = None, sstat = None):
|
||||
renamefailed = 1
|
||||
if sstat[stat.ST_DEV] == dstat[stat.ST_DEV]:
|
||||
try:
|
||||
ret = os.rename(src, dest)
|
||||
os.rename(src, dest)
|
||||
renamefailed = 0
|
||||
except Exception, e:
|
||||
if e[0] != errno.EXDEV:
|
||||
|
||||
Reference in New Issue
Block a user