(self)
| 326 | self._updater.check(silent=silent) |
| 327 | |
| 328 | def _trigger_scheduled_update_check(self): |
| 329 | if self._closing: |
| 330 | return |
| 331 | self._updater.check(silent=self._scheduled_update_check_silent) |
| 332 | |
| 333 | def _run_update_command(self, packages): |
| 334 | if not packages: |