Code review comment for lp:~jtran/nova/lp794651

Revision history for this message
Brian Waldon (bcwaldon) wrote :

+1 for error handling! Just a couple of things:

23: You need to raise an object, not a class. Add '()' to the end of the line.

25: This statement actually triggers a TypeError. You cannot raise nothing. Please provide an instance of an exception to raise.

review: Needs Fixing

« Back to merge proposal