cmdlib._CreateDisks fix a broken result.Raise
authorGuido Trotter <ultrotter@google.com>
Mon, 21 Sep 2009 10:13:43 +0000 (11:13 +0100)
committerGuido Trotter <ultrotter@google.com>
Mon, 21 Sep 2009 10:28:30 +0000 (11:28 +0100)
commit9b4127eba6c861903507aeccdcae6d2382d7868f
tree0535c500fbabd063dbbe1f54c1635d10e118a9c8
parent350ecfecca136f50877898774c6b40014b5c2b1c
cmdlib._CreateDisks fix a broken result.Raise

The format string has the ": %s" at the end, but no argument is passed,
which of course raises a TypeError. Removing ": %s" as it's added by
the RpcResult Raise() method anyway.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/cmdlib.py