mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
fix pylint errors. Need space after each arg
This commit is contained in:
parent
dcee8a9b80
commit
2c1acf455b
@ -1096,7 +1096,7 @@ class State(object):
|
||||
log.warning(
|
||||
'Bad requisite syntax in {0} : {1} for {2},'
|
||||
' requisites should not contain any dot'
|
||||
.format(rkey,_state,name)
|
||||
.format(rkey, _state, name)
|
||||
)
|
||||
_state = _state.split(".")[0]
|
||||
if _state not in extend[name]:
|
||||
@ -1132,7 +1132,7 @@ class State(object):
|
||||
log.warning(
|
||||
'Bad requisite syntax in {0} : {1} for {2},'
|
||||
' requisites should not contain any dot'
|
||||
.format(rkey,_state,name)
|
||||
.format(rkey ,_state, name)
|
||||
)
|
||||
_state = _state.split(".")[0]
|
||||
if key == 'prereq_in':
|
||||
|
Loading…
Reference in New Issue
Block a user