Lint, unrelated but fixed anyway.

This commit is contained in:
C. R. Oldham 2016-03-17 10:05:28 -06:00
parent d661081016
commit 4eb193edb7

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"