Fix lint for 2015.8 branch

This commit is contained in:
rallytime 2016-03-17 10:12:58 -06:00
parent 9ab4d6164b
commit 3e964ec9d4

View file

@ -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"