mirror of https://github.com/OpenKMIP/PyKMIP.git
Extending flake8 test max line length
This commit is contained in:
parent
a10215191a
commit
bfa3c01893
|
@ -127,7 +127,9 @@ class KmipSession(threading.Thread):
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if hasattr(self._connection, 'shared_ciphers') and self._connection.shared_ciphers() is not None:
|
if hasattr(self._connection, 'shared_ciphers') \
|
||||||
|
and self._connection.shared_ciphers() is not None:
|
||||||
|
|
||||||
shared_ciphers = self._connection.shared_ciphers()
|
shared_ciphers = self._connection.shared_ciphers()
|
||||||
self._logger.debug(
|
self._logger.debug(
|
||||||
"Possible session ciphers: {0}".format(len(shared_ciphers))
|
"Possible session ciphers: {0}".format(len(shared_ciphers))
|
||||||
|
|
Loading…
Reference in New Issue