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

Method error

src/astroprint/software.py:79–81  ·  view source on GitHub ↗
(self, pkg, message)

Source from the content-addressed store, hash-verified

77 self._progressCb("deps_install", 0.0 )
78
79 def error(self, pkg, message):
80 self._logger.error("Error during dependency [%s] installation: %s" % (pkg, message))
81 self._completionCb(False)
82
83 def status_change(self, pkg, percent, status):
84 #self._logger.info("Dependency installation progress [%.2f %%] - %s" % (percent, status))

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected