--- a/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardServer.py Tue Oct 15 19:13:32 2013 +0200 +++ b/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardServer.py Wed Oct 16 15:16:54 2013 +0200 @@ -137,9 +137,9 @@ responseDict["errorMessage"] = error responseDict["errorOffset"] = errorOffset else: - matched, captures = rxExecute(commandDict["regexp"], - commandDict["options"], commandDict["text"], - commandDict["startpos"]) + matched, captures = rxExecute( + commandDict["regexp"], commandDict["options"], + commandDict["text"], commandDict["startpos"]) responseDict["matched"] = matched responseDict["captures"] = captures except ValueError as err: