mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 23:39:22 +00:00
cleanup-workdir: fix typo
Fix typo. (From OE-Core rev: 07b4682250694c5783aa374814c95ba9a2974a69) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -174,7 +174,7 @@ will be deleted. Be CAUTIOUS.""")
|
||||
break
|
||||
|
||||
for d in obsolete_dirs:
|
||||
print "Deleleting %s" % d
|
||||
print "Deleting %s" % d
|
||||
shutil.rmtree(d, True)
|
||||
|
||||
if len(obsolete_dirs):
|
||||
|
||||
Reference in New Issue
Block a user