--- a/Plugins/PluginCodeStyleChecker.py Thu Apr 23 19:09:34 2015 +0200 +++ b/Plugins/PluginCodeStyleChecker.py Thu Apr 23 20:05:38 2015 +0200 @@ -208,7 +208,7 @@ Public method to cancel all batch jobs. """ for lang in ['Python2', 'Python3']: - self.backgroundService.requestCancel(lang) + self.backgroundService.requestCancel('batch_style', lang) def __translateStyleCheck(self, fn, codeStyleCheckerStats, results): """