Code review comment for lp:~soren/nova/cross-binary-sync

Revision history for this message
Soren Hansen (soren) wrote :

> lgtm, though, I think it would ease debugging if we copied the inner-
> function's metadata out to the wrapper-function.
>
> We can use
>
> @functools.wraps(f)
> def inner(*args, **kwargs):
>
> to do that.

Good suggestion, thanks. Doing so.

« Back to merge proposal