mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
fix pylint
This commit is contained in:
parent
47b6d409d1
commit
400999c54f
@ -945,7 +945,7 @@ class SaltMessageClient(object):
|
||||
break
|
||||
try:
|
||||
kwargs = {}
|
||||
if (self.source_ip or self.source_port):
|
||||
if self.source_ip or self.source_port:
|
||||
if tornado.version_info >= (4, 5):
|
||||
### source_ip and source_port are supported only in Tornado >= 4.5
|
||||
# See http://www.tornadoweb.org/en/stable/releases/v4.5.0.html
|
||||
|
Loading…
Reference in New Issue
Block a user