mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Ignore W0221
This commit is contained in:
parent
698784d1e7
commit
850e38d9eb
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class MasterSwarm(Swarm):
|
|||
cmd += ' -d &'
|
||||
subprocess.call(cmd, shell=True)
|
||||
|
||||
def mkconf(self):
|
||||
def mkconf(self): # pylint: disable=W0221
|
||||
'''
|
||||
Make a master config and write it'
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue