More lint

This commit is contained in:
Mike Place 2014-10-14 10:19:32 -06:00 committed by rallytime
parent 4ec8876379
commit 342f356ef3

View File

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