diff -r eb1f1de204da -r 6bafe4f7d5f0 Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py --- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Tue Feb 19 19:03:27 2019 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Tue Feb 19 19:03:47 2019 +0100 @@ -265,8 +265,8 @@ str)) """ (excludeMessages, includeMessages, repeatMessages, fixCodes, noFixCodes, - fixIssues, maxLineLength, maxDocLineLength, blankLines, hangClosing, docType, - codeComplexityArgs, miscellaneousArgs, errors, eol, encoding, + fixIssues, maxLineLength, maxDocLineLength, blankLines, hangClosing, + docType, codeComplexityArgs, miscellaneousArgs, errors, eol, encoding, backup) = args stats = {}