mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
forgot the : in pylint disable
This commit is contained in:
parent
723ff641a0
commit
6308484b58
@ -89,7 +89,7 @@ def _setup(opts, ryn='manor'):
|
||||
'''
|
||||
Setup the LaneStack lane_stack and RemoteYard lane_remote_yard global
|
||||
'''
|
||||
global lane_stack, lane_remote_yard # pylint disable=W0602
|
||||
global lane_stack, lane_remote_yard # pylint: disable=W0602
|
||||
|
||||
role = opts.get('id')
|
||||
if not role:
|
||||
|
Loading…
Reference in New Issue
Block a user