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

Method finish_update

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

Source from the content-addressed store, hash-verified

116 self._progressCb("release_finalize", 0.0)
117
118 def finish_update(self):
119 if not self._errors:
120 self._progressCb("release_finalize", 1.0, "Finalizing package...")
121 self._logger.info("Software Package updated succesfully")
122 self._completionCb()
123
124 class CacheUpdateFetchProgress(apt.progress.base.AcquireProgress):
125 def __init__(self, progressCb):

Callers

nothing calls this directly

Calls 1

_progressCbMethod · 0.80

Tested by

no test coverage detected