Revision a75393fb kamaki/cli/argument/__init__.py

b/kamaki/cli/argument/__init__.py
300 300
            for pair in keyvalue_pairs:
301 301
                key, sep, val = pair.partition('=')
302 302
                assert sep, ' %s misses a "=" (usage: key1=val1 )\n' % (pair)
303
            self._value[key] = val
303
                self._value[key] = val
304 304
        except Exception as e:
305 305
            raiseCLIError(e, 'KeyValueArgument Syntax Error')
306 306

  

Also available in: Unified diff