From a97a7c180c358d12cf3124f2c69a0f5bcfb00635 Mon Sep 17 00:00:00 2001 From: duplo Date: Wed, 22 Apr 2009 14:20:39 +0000 Subject: [PATCH] Correct typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2634 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BFinalPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/BFinalPage.py b/wizard/BFinalPage.py index aad5fec0..31e765dc 100644 --- a/wizard/BFinalPage.py +++ b/wizard/BFinalPage.py @@ -36,13 +36,13 @@ class BFinalPage(BWizardPage): QApplication.instance().setOverrideCursor(Qt.WaitCursor) bertos_utils.createBertosProject(self.project()) QApplication.instance().restoreOverrideCursor() + self._plugin_dict = {} if os.name == "nt": output = self.projectInfo("OUTPUT") import winreg_importer command_lines = winreg_importer.getCommandLines() self.setProjectInfo("COMMAND_LINES", command_lines) layout = QVBoxLayout() - self._plugin_dict = {} for plugin in output: if plugin in command_lines: module = bertos_utils.loadPlugin(plugin) -- 2.25.1