PyInstallerInterface/PyInstallerExecDialog.py

branch
eric7
changeset 55
3794f1ca53af
parent 54
359e2d772474
child 58
8bfeb70bcdc3
--- a/PyInstallerInterface/PyInstallerExecDialog.py	Sat Dec 23 15:48:50 2023 +0100
+++ b/PyInstallerInterface/PyInstallerExecDialog.py	Sat Dec 23 16:30:39 2023 +0100
@@ -46,14 +46,12 @@
         self.__process = None
         self.__cmdname = cmdname  # used for several outputs
 
-    def start(self, args, parms, project, script):
+    def start(self, args, project, script):
         """
         Public slot to start the packager command.
 
         @param args command line arguments for packager program
         @type list of str
-        @param parms parameters got from the config dialog
-        @type dict
         @param project reference to the project object
         @type Project
         @param script script or spec file name to be processed by by the

eric ide

mercurial