Code review comment for lp:~tr3buchet/nova/lock

Revision history for this message
Eric Day (eday) wrote :

140: I would simplify this and assume (self, context, instance_id) for args[0/1/2] and not looks in kwargs. In fact, on 129, I would instead do:

+ def decorated_function(self, context, instance_id, *args, **kwargs):

and remove the try block altogether.

« Back to merge proposal