Fix flake8 errors
This commit is contained in:
parent
2678e666aa
commit
4f31c95aa4
9 changed files with 36 additions and 36 deletions
|
|
@ -190,7 +190,7 @@ class DebugAdapterConnection( object ):
|
|||
assert self._state == 'READ_BODY'
|
||||
return
|
||||
|
||||
payload = str( self._buffer[ : content_length ], 'utf-8' )
|
||||
payload = str( self._buffer[ : content_length ], 'utf-8' )
|
||||
self._buffer = self._buffer[ content_length : ]
|
||||
|
||||
# self._logger.debug( 'Message received (raw): %s', payload )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue