--- 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