Skip to content

Commit

Permalink
Fix lint for 2015.8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rallytime committed Mar 17, 2016
1 parent 9ab4d61 commit 3e964ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/win_dacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3e964ec

Please sign in to comment.