X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fbertos_utils.py;h=b74245bfec2c18b54971af526d40dee011177dc8;hb=7eea445bdce87ce7acf2c3c22679ce6ce30a8c6e;hp=cfaf2a7fd631f4f0a18f3c0f4f5d662c4845fac9;hpb=d685c5f413bd6cbd5f00c35da830a9a93ff943f1;p=bertos.git diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index cfaf2a7f..b74245bf 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -287,6 +287,7 @@ def loadModuleData(project): except ParseError, err: raise DefineException.ModuleDefineException(path, err.line_number, err.line) for module, information in moduleDict.items(): + information["category"] = os.path.basename(path) if "configuration" in information.keys() and len(information["configuration"]): configuration = moduleDict[module]["configuration"] try: