pykolab/setup

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Thu Aug 14 14:02:28 CEST 2014


 pykolab/setup/setup_roundcube.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b5f2d9e385cda35c9cb8b068c25d4d330de52ec7
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Thu Aug 14 14:02:13 2014 +0200

    Only break when an actual schema file has been found

diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py
index 56110cb..259f676 100644
--- a/pykolab/setup/setup_roundcube.py
+++ b/pykolab/setup/setup_roundcube.py
@@ -149,7 +149,8 @@ def execute(*args, **kw):
                             if not schema_filepath in schema_files:
                                 schema_files.append(schema_filepath)
 
-                break
+                if len(schema_files) > 0:
+                    break
         break
 
     if os.path.isdir('/usr/share/roundcubemail'):




More information about the commits mailing list