--- a/eric6/Plugins/PluginWizardQInputDialog.py Mon Oct 05 19:51:55 2020 +0200 +++ b/eric6/Plugins/PluginWizardQInputDialog.py Tue Oct 06 17:52:44 2020 +0200 @@ -104,7 +104,7 @@ InputDialogWizardDialog ) dlg = InputDialogWizardDialog(None) - if dlg.exec_() == QDialog.Accepted: + if dlg.exec() == QDialog.Accepted: line, index = editor.getCursorPosition() indLevel = editor.indentation(line) // editor.indentationWidth() if editor.indentationsUseTabs():