aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2015-10-19 16:32:28 -0500
committerPaul Varner <fuzzyray@gentoo.org>2015-10-19 16:32:28 -0500
commit00fa83ca375064247acf92c402e7920c1a5c922f (patch)
tree57fb1811d4363ac0b5234c0a87fa3e811d98f1ef
parenteclean: Add option to allow for missing PKGDIR. Bug 551266 (diff)
downloadgentoolkit-00fa83ca375064247acf92c402e7920c1a5c922f.tar.gz
gentoolkit-00fa83ca375064247acf92c402e7920c1a5c922f.tar.bz2
gentoolkit-00fa83ca375064247acf92c402e7920c1a5c922f.zip
eclean: Fix traceback error caused by adding -i option
-rw-r--r--pym/gentoolkit/eclean/cli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py
index 1c8e66f..aa9af3f 100644
--- a/pym/gentoolkit/eclean/cli.py
+++ b/pym/gentoolkit/eclean/cli.py
@@ -303,6 +303,7 @@ def parseArgs(options={}):
options['fetch-restricted'] = False
options['size-limit'] = 0
options['verbose'] = False
+ options['ignore-failure'] = False
# if called by a well-named symlink, set the acction accordingly:
action = None
# temp print line to ensure it is the svn/branch code running, etc..