Skip to content

Commit

Permalink
Merge pull request #25175 from rallytime/bp-25020
Browse files Browse the repository at this point in the history
Back-port #25020 to 2015.5
  • Loading branch information
jfindlay committed Jul 6, 2015
2 parents c70fec6 + da2e170 commit a9404ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/runners/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9404ae

Please sign in to comment.