Branch 'sievelib/master' - sievelib/commands.py

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Sun Nov 18 18:41:27 CET 2012


 sievelib/commands.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 67a950b89ad36195c818a778930156424be37912
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Sun Nov 18 17:41:03 2012 +0000

    Fix indentation

diff --git a/sievelib/commands.py b/sievelib/commands.py
index 1327041..9b237c6 100644
--- a/sievelib/commands.py
+++ b/sievelib/commands.py
@@ -170,7 +170,7 @@ class Command(object):
 
         if not self.accept_children:
             if self.get_type() != "test":
-            return
+                return
         if self.get_type() != "control":
             return
         for ch in self.children:





More information about the commits mailing list