cmdlib: Fix “unpack non-sequence” error
authorMichael Hanselmann <hansmi@google.com>
Tue, 14 Feb 2012 11:47:47 +0000 (12:47 +0100)
committerMichael Hanselmann <hansmi@google.com>
Tue, 14 Feb 2012 12:44:58 +0000 (13:44 +0100)
commite6a8d7991b7e07939bc172a893a54ff1713c12aa
tree382d397457b01aad1a979975225a4ec784e05ab0
parentd505bc4849f7e910992a4e29f841fd0d5d346720
cmdlib: Fix “unpack non-sequence” error

The callback is expected to return a two-valued tuple.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/cmdlib.py