From: Lucas Meneghel Rodrigues <[email protected]>
On kvm autotest, we are raising exceptions like:
raise error.TestError, "Error message"
When the preferred form is:
raise error.TestError("Error message")
This change converts all occurrences of exception raising to the preferred form.
*** Diff is too large (19426 bytes) -- not showing ***
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html