This commit is contained in:
Mike Place 2014-10-14 10:18:44 -06:00 committed by rallytime
parent bf695c413f
commit 4ec8876379

View File

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