Tue, 13 May 2014 19:06:23 +0200
Fixed an issue in the code style checker service.
Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Mon May 12 18:26:04 2014 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Tue May 13 19:06:23 2014 +0200 @@ -178,8 +178,7 @@ for id_ in deferredResults: fixed, msg = deferredResults[id_] itm = deferredFixes[id_] - itm.extend([fixed == 1, fixed == 1, msg]) - results.append(itm) + itm.extend([False, fixed == 1, True, msg]) errMsg = fixer.saveFile(encoding) if errMsg: