From 12e754053f231b682a4c26ecf293290ce756a491 Mon Sep 17 00:00:00 2001 From: duplo Date: Wed, 22 Apr 2009 13:49:27 +0000 Subject: [PATCH] Correct typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2631 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/bertos_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index b7898630..17c3a18f 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -99,7 +99,7 @@ def createBertosProject(project_info): for plugin in project_info.info("OUTPUT"): module = loadPlugin(plugin) relevants_files[plugin] = module.createProject(project_info) - project_info.setInfo("RELEVANTS_FILES", relevants_files) + project_info.setInfo("RELEVANT_FILES", relevants_files) def loadPlugin(plugin): """ -- 2.25.1