mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #45663 from rallytime/bp-45452-2016.11
Back-port #45452 to 2016.11
This commit is contained in:
commit
915e259bad
1 changed files with 1 additions and 1 deletions
|
@ -1042,5 +1042,5 @@ def owner(*paths):
|
|||
else:
|
||||
ret[path] = ''
|
||||
if len(ret) == 1:
|
||||
return six.itervalues(ret)
|
||||
return next(six.itervalues(ret))
|
||||
return ret
|
||||
|
|
Loading…
Add table
Reference in a new issue