Code review comment for lp:~mbp/launchpad/mbp-trivial

Revision history for this message
Deryck Hodge (deryck) wrote :

Hi, Martin.

Welcome to Launchpad development! :)

This looks nice. It's a small change with a nice benefit.

I don't want to be too nit-picky about such a small diff, but our style guidelines would have us format the function call differently:

ui.ui_factory = ui.make_ui_for_terminal(
    sys.stdin, sys.stdout, sys.stderr)

See https://dev.launchpad.net/PythonStyleGuide#Multiline%20function%20calls.

Other than this very minor thing, it looks ready to land. Thanks again!

Cheers,
deryck

review: Approve (code)

« Back to merge proposal