mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint for 2015.8 branch
This commit is contained in:
parent
9ab4d6164b
commit
3e964ec9d4
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ def rm_ace(path, objectType, user, permission=None, acetype=None, propagation=No
|
|||
'changes': {},
|
||||
'comment': ''}
|
||||
|
||||
if (path and user):
|
||||
if path and user:
|
||||
dc = daclConstants()
|
||||
if propagation and objectType.upper() == "FILE":
|
||||
propagation = "FILE"
|
||||
|
|
Loading…
Add table
Reference in a new issue