Store founded command lines in the project
[bertos.git] / wizard / BFinalPage.py
index add1a9dd334d375e68d2cac9e875c5755d5f2123..aad5fec0344d8cb547586ec4c6530434861b213b 100644 (file)
@@ -40,6 +40,7 @@ class BFinalPage(BWizardPage):
             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: