Revision 83192241 kamaki/cli/utils.py

b/kamaki/cli/utils.py
211 211
    prefix = ''
212 212
    item_sep = False
213 213
    for item in sorted(l):
214
        if item in exclude:
214
        if ('%s' % item) in exclude:
215 215
            continue
216 216
        elif with_enumeration:
217 217
            prefix = '%s. ' % counter

Also available in: Unified diff