Ignore W0221

This commit is contained in:
Pedro Algarvio 2014-07-15 01:42:40 +01:00
parent 698784d1e7
commit 850e38d9eb

View file

@ -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'
'''