mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02: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
|
||||
|
||||
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