diff options
| author | Paul Varner <fuzzyray@gentoo.org> | 2015-10-19 16:32:28 -0500 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2015-10-19 16:32:28 -0500 |
| commit | 00fa83ca375064247acf92c402e7920c1a5c922f (patch) | |
| tree | 57fb1811d4363ac0b5234c0a87fa3e811d98f1ef /pym | |
| parent | 2bf6fcfa9060f2490d77e4c5ea3dcd596e6b4c6b (diff) | |
| download | gentoolkit-00fa83ca375064247acf92c402e7920c1a5c922f.tar.gz | |
eclean: Fix traceback error caused by adding -i option
Diffstat (limited to 'pym')
| -rw-r--r-- | pym/gentoolkit/eclean/cli.py | 1 |
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.. |
