From: duplo Date: Wed, 22 Apr 2009 13:49:27 +0000 (+0000) Subject: Correct typo X-Git-Tag: 2.1.0~51 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=12e754053f231b682a4c26ecf293290ce756a491;p=bertos.git Correct typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2631 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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): """