forgot the : in pylint disable

This commit is contained in:
Thomas S Hatch 2014-12-02 10:08:12 -07:00
parent 723ff641a0
commit 6308484b58

View File

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