ignore_error -> ignore_errors

This commit is contained in:
David Cantrell 2008-10-05 15:34:27 -10:00
parent 82649959a4
commit 3c1d9ebf37
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ def scrubInstRoot(destdir=None):
for theme in os.listdir(theme_path):
if theme != gtk_theme_name:
theme = os.path.join(theme_path, theme)
shutil.rmtree(theme, ignore_error=True)
shutil.rmtree(theme, ignore_errors=True)
icon_path = os.path.join(destdir, 'usr', 'share', 'icons')
if os.path.isdir(icon_path):