Fix disable placement for pylint

This commit is contained in:
Daniel Wallace 2014-06-18 14:18:47 -05:00
parent 6890d04947
commit bd27c0b21c

View File

@ -558,7 +558,7 @@ class Minion(MinionBase):
and loads all of the functions into the minion
'''
def __init__(self, opts, timeout=60, safe=True):
def __init__(self, opts, timeout=60, safe=True): # pylint: disable=W0231
'''
Pass in the options dict
'''
@ -640,7 +640,6 @@ class Minion(MinionBase):
'(Likely not a problem)'.format(self.opts['id']))
# __init__() from MinionBase is called in Minion.eval_master()
# pylint: disable=W0231
def eval_master(self,
opts,