MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / finish_update

Method finish_update

src/astroprint/software.py:87–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

_progressCbMethod · 0.80

Tested by

no test coverage detected