Update git submodules

* Update os-ken from branch 'master'
  - Fix pep8 errors in os-ken
    
    Update the lower constraint for appdirs, similarly to how it has been
    done in other repos.
    
    Whitelist pep8 error E113.  This is the "unexpected indent" error.  This
    module uses C-style comment blocks pervasively, things like:
    
        OFPP_IN_PORT = 0xfff8   # Send the packet out the input port. This
                                # virtual port must be explicitly used
                                # in order to send back out of the input
                                # port.
        OFPP_TABLE = 0xfff9     # Perform actions in flow table.
                                # NB: This can only be the destination
                                # port for packet-out messages.
        OFPP_NORMAL = 0xfffa    # Process with normal L2/L3 switching.
    
    For the lines above the ones that have an indented comment with no code
    to the left would get E113 with a recent change to a less permissive
    policy.  It would cause over 260 changes to comment strings, destroying
    the consistency of comment style, to make that change.  Therefore,
    blacklist that pycodestyle error.
    
    Change-Id: I6d2f463b50551f32bce863aa7dc0c70ad3054cbd
    Story: #2005142
This commit is contained in:
Nate Johnston 2019-03-05 15:35:12 -05:00 committed by Gerrit Code Review
parent 6379777d9a
commit da848f796e
1 changed files with 1 additions and 1 deletions

2
os-ken

@ -1 +1 @@
Subproject commit f57d8b3b7199c1c2b48e98aaa85112f071751bdb
Subproject commit a3b706a774f3839c00b3bbc6e315c197ff99a561