Comment 6 for bug 1333290

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/116237
Committed: https://git.openstack.org/cgit/stackforge/manila/commit/?id=9154f3e55b52179a4cd68e9946fd6c80342b6832
Submitter: Jenkins
Branch: master

commit 9154f3e55b52179a4cd68e9946fd6c80342b6832
Author: Andreas Jaeger <email address hidden>
Date: Fri Aug 22 14:02:55 2014 +0200

    Flake8: Fix E126 and E127

    Fix these issues and enable E126 and E127:
    E126 continuation line over-indented for hanging indent
    E127 continuation line over-indented for visual indent

    Also fix a few occurences in the touched files of:
    E128 continuation line under-indented for visual indent
    H405 multi line docstring summary not separated with an empty line

    Partial-Bug: #1333290
    Change-Id: If822401fc7e1db49d595a0736a0dff8e00dfd217