Revision 7ce65416

b/kamaki/cli/commands/image.py
334 334
        for term in (
335 335
                'name', 'disk_format', 'container_format', 'status', 'publish',
336 336
                'unpublish', 'properties'):
337
            if self['term']:
337
            if self[term]:
338 338
                if self['publish'] and self['unpublish']:
339 339
                    raiseCLIError(
340 340
                        '--publish and --unpublish are mutually exclusive')

Also available in: Unified diff