Code review comment for lp:~rconradharris/nova/xs-snap-return-image-id-before-snapshot

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

The attempt to merge lp:~rconradharris/nova/xs-snap-return-image-id-before-snapshot into lp:nova failed. Below is the output from the failed tests.

nova/image/glance.py:95:13: E261 at least two spaces before inline comment
        pass #raise NotImplementedError
            ^
    Separate inline comments by at least two spaces.

    An inline comment is a comment on the same line as a statement. Inline
    comments should be separated by at least two spaces from the statement.
    They should start with a # and a single space.

    Okay: x = x + 1 # Increment x
    Okay: x = x + 1 # Increment x
    E261: x = x + 1 # Increment x
    E262: x = x + 1 #Increment x
    E262: x = x + 1 # Increment x

« Back to merge proposal