mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
modules/modjk.py: rm trailing whitespace
salt/modules/modjk.py:247: [C0303(trailing-whitespace), ] Trailing whitespace
This commit is contained in:
parent
d3a1adc168
commit
d590835f64
@ -244,7 +244,7 @@ def recover_all(lbn, profile='default'):
|
||||
workers = config['worker.{0}.balance_workers'.format(lbn)].split(',')
|
||||
except KeyError:
|
||||
return ret
|
||||
|
||||
|
||||
for worker in workers:
|
||||
curr_state = worker_status(worker, profile)
|
||||
if curr_state['activation'] != 'ACT':
|
||||
|
Loading…
Reference in New Issue
Block a user