mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
cleanup-workdir: fix typo
Fix typo. (From OE-Core master rev: 07b4682250694c5783aa374814c95ba9a2974a69) (From OE-Core rev: 9191f6b933408b0aedba77cb61c3ce36c07e8188) 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
|
break
|
||||||
|
|
||||||
for d in obsolete_dirs:
|
for d in obsolete_dirs:
|
||||||
print "Deleleting %s" % d
|
print "Deleting %s" % d
|
||||||
shutil.rmtree(d, True)
|
shutil.rmtree(d, True)
|
||||||
|
|
||||||
if len(obsolete_dirs):
|
if len(obsolete_dirs):
|
||||||
|
|||||||
Reference in New Issue
Block a user