src/eric7/Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.py

branch
eric7
changeset 11279
590767a91391
parent 11278
aaf85a74ea45
diff -r aaf85a74ea45 -r 590767a91391 src/eric7/Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.py
--- a/src/eric7/Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.py	Sat May 10 12:52:44 2025 +0200
+++ b/src/eric7/Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.py	Sat May 10 18:35:36 2025 +0200
@@ -27,8 +27,8 @@
     installDependenciesTemplate,
     mainTemplate,
     moduleSetupTemplate,
+    pluginTypeNameTemplate,
     pluginTypeTemplate,
-    pluginTypeNameTemplate,
     previewPixmapTemplate,
 )
 from .Ui_PluginWizardDialog import Ui_PluginWizardDialog
@@ -103,7 +103,7 @@
     @pyqtSlot(bool)
     def on_autoActivateCheckBox_toggled(self, checked):
         """
-        Public slot to handle a change of state of the 'Activate Automatically'
+        Private slot to handle a change of state of the 'Activate Automatically'
         option.
 
         @param checked state of the option
@@ -190,9 +190,7 @@
             templateData["config4"] = ""
 
         templateData["pluginType"] = (
-            pluginTypeTemplate.format(
-                pluginType=self.pluginTypeCombo.currentText()
-            )
+            pluginTypeTemplate.format(pluginType=self.pluginTypeCombo.currentText())
             if bool(self.pluginTypeCombo.currentText())
             else ""
         )

eric ide

mercurial