mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Lint
This commit is contained in:
parent
bf695c413f
commit
4ec8876379
@ -1891,7 +1891,7 @@ class State(object):
|
||||
'comment': 'State was not run because onchanges req did not change',
|
||||
'__run_num__': self.__run_num,
|
||||
'__sls__': low['__sls__']}
|
||||
self.__run_num +=1
|
||||
self.__run_num += 1
|
||||
else:
|
||||
if low.get('__prereq__'):
|
||||
self.pre[tag] = self.call(low, chunks, running)
|
||||
|
Loading…
Reference in New Issue
Block a user