mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
More lint
This commit is contained in:
parent
4ec8876379
commit
342f356ef3
@ -1884,7 +1884,7 @@ class State(object):
|
||||
'comment': 'State was not run because onfail req did not change',
|
||||
'__run_num__': self.__run_num,
|
||||
'__sls__': low['__sls__']}
|
||||
self.__run_num +=1
|
||||
self.__run_num += 1
|
||||
elif status == 'onchanges':
|
||||
running[tag] = {'changes': {},
|
||||
'result': True,
|
||||
|
Loading…
Reference in New Issue
Block a user