diff options
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.. |
