mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix pylint
This commit is contained in:
parent
47b6d409d1
commit
400999c54f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue