mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
'str' object has no attribute 'capitalized'
This commit is contained in:
parent
c73bf38927
commit
e422d9d200
1 changed files with 2 additions and 2 deletions
|
@ -4041,7 +4041,7 @@ def serialize(name,
|
|||
else:
|
||||
return {'changes': {},
|
||||
'comment': ('{0} format is not supported for merging'
|
||||
.format(formatter.capitalized())),
|
||||
.format(formatter.capitalize())),
|
||||
'name': name,
|
||||
'result': False}
|
||||
|
||||
|
@ -4076,7 +4076,7 @@ def serialize(name,
|
|||
else:
|
||||
return {'changes': {},
|
||||
'comment': '{0} format is not supported'.format(
|
||||
formatter.capitalized()),
|
||||
formatter.capitalize()),
|
||||
'name': name,
|
||||
'result': False
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue