Code review comment for lp:~justin-fathomdb/nova/check-subprocess-exit-code

Revision history for this message
justinsb (justin-fathomdb) wrote :

Fixes for greater compliance with pep8/pylint style checks.

In places where nova's code style was incompatible with Twisted's code style (camelCase), I used camelCase only where we had to for interactions with Twisted (e.g. method overrides, specifying arguments), and this style is confined to the process.py module and mostly to the BackRelayWithInput class.

review: Needs Resubmitting

« Back to merge proposal