diff --git a/pym/cl_profile.py b/pym/cl_profile.py index bba505f..fe83371 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -2841,6 +2841,7 @@ class profile(_file, _terms, xmlShare): self.setError (_("not defined Var: ") + "cl_profile_path") return False dirsProfiles = self.objVar.Get("cl_profile_path") + dirsProfiles.sort() if self._servDir: tmpDirsProfiles = [] for dirP in dirsProfiles: