mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
referncing #49204, fixing mis-spelling of lattrs on line 4514 per request from @gtmanfred
This commit is contained in:
parent
ec9fa92f66
commit
fb7fed71d9
1 changed files with 1 additions and 1 deletions
|
@ -4467,7 +4467,7 @@ def check_perms(name, ret, user, group, mode, attrs=None, follow_symlinks=False)
|
|||
try:
|
||||
lattrs = lsattr(name)
|
||||
except SaltInvocationError:
|
||||
lsattrs = None
|
||||
lattrs = None
|
||||
if lattrs is not None:
|
||||
# List attributes on file
|
||||
perms['lattrs'] = ''.join(lattrs.get(name, ''))
|
||||
|
|
Loading…
Add table
Reference in a new issue