From 310ec389a7542b8f7aeb807c6ed71ae7a82515d0 Mon Sep 17 00:00:00 2001 From: Richard Connon Date: Tue, 4 Feb 2014 16:07:54 +0000 Subject: Fixed continue not in a loop error in previous --- src/lib/Bcfg2/Client/Tools/POSIX/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Bcfg2/Client/Tools/POSIX/base.py b/src/lib/Bcfg2/Client/Tools/POSIX/base.py index 4fb3c7b34..4089e9f22 100644 --- a/src/lib/Bcfg2/Client/Tools/POSIX/base.py +++ b/src/lib/Bcfg2/Client/Tools/POSIX/base.py @@ -664,7 +664,7 @@ class POSIXTool(Bcfg2.Client.Tools.Tool): else: self.logger.debug("POSIX: Unknown ACL scope %s on %s" % (scope, path)) - continue + return if scope != posix1e.ACL_OTHER: aclentry.set(aclentry.get("scope"), qual) -- cgit v1.2.3-1-g7c22