mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #25175 from rallytime/bp-25020
Back-port #25020 to 2015.5
This commit is contained in:
commit
a9404aea5c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def execution():
|
|||
print exc
|
||||
return []
|
||||
|
||||
i = itertools.chain.from_iterable([i.items() for i in six.itervalues(docs)])
|
||||
i = itertools.chain.from_iterable([six.iteritems(docs['ret'])])
|
||||
ret = dict(list(i))
|
||||
|
||||
return ret
|
||||
|
|
Loading…
Add table
Reference in a new issue