X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fbertos_utils.py;h=7be67fe10cdfcafb24b897cc4dc0ae8d36c22935;hb=fb5863ca8d0db3ff2e84721f7c902b031157ebb0;hp=feb5c987fb33ad3fc736ce96689bb4c621fa6eea;hpb=7f7e9bb945331ce9f7802546251b188f284bc2f3;p=bertos.git diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index feb5c987..7be67fe1 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -118,7 +118,7 @@ def projectFileGenerator(project_info): for module, information in project_info.info("MODULES").items(): if information["enabled"]: enabled_modules.append(module) - project_data["ENABLED_MODULES"] = enabled_modules + project_data["ENABLED_MODULES"] = sorted(enabled_modules) if project_info.info("PRESET"): # For presets save again the BERTOS_PATH into project file project_data["PRESET"] = True