(self)
| 85 | self._progressCb("deps_install", ( percent / 100 ) ) |
| 86 | |
| 87 | def finish_update(self): |
| 88 | self._logger.info("Finished installing dependencies") |
| 89 | self._progressCb("deps_install", 1.0 ) |
| 90 | |
| 91 | |
| 92 | class UpdateProgress(apt.progress.base.InstallProgress): |
nothing calls this directly
no test coverage detected