283 Public method to start a style check batch job. |
283 Public method to start a style check batch job. |
284 |
284 |
285 The results are reported to the __processResult slot. |
285 The results are reported to the __processResult slot. |
286 """ |
286 """ |
287 self.__lastFileItem = None |
287 self.__lastFileItem = None |
288 |
|
289 |
288 |
290 argumentsList = [] |
289 argumentsList = [] |
291 for progress, filename in enumerate(self.files, start=1): |
290 for progress, filename in enumerate(self.files, start=1): |
292 self.checkProgress.setValue(progress) |
291 self.checkProgress.setValue(progress) |
293 if time.monotonic() - self.__timenow > 0.01: |
292 if time.monotonic() - self.__timenow > 0.01: |