mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +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
@ -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…
Reference in New Issue
Block a user