X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBFinalPage.py;h=31e765dc181bcd292a9298f2a75456541989019f;hb=a97a7c180c358d12cf3124f2c69a0f5bcfb00635;hp=aad5fec0344d8cb547586ec4c6530434861b213b;hpb=b184b8dae2e3dffa463932855a77f7566788620e;p=bertos.git 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)