Code review comment for lp:~sinzui/launchpad/prf-connection-0

Revision history for this message
Brad Crittenden (bac) wrote :

I agree with Benji's suggestion to use list() as the dummy loop looks a bit silly. Using list() with a comment is even better:

# Listify the walker generator, which will log the expected error.
list(walker)

And thanks a zillion for the clean up!

review: Approve (code)

« Back to merge proposal