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

Method error

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

Source from the content-addressed store, hash-verified

103 self._progressCb("release_install", 0.2)
104
105 def error(self, pkg, message):
106 self._logger.error("Error during install [%s]" % message)
107 self._completionCb(message)
108 self._errors = True
109
110 def processing(self, pkg, stage):
111 if stage == 'upgrade':

Callers 15

safeRenameFunction · 0.45
_loadDefinitionMethod · 0.45
failMethod · 0.45
errorMethod · 0.45
_installPackageMethod · 0.45
checkSoftwareVersionMethod · 0.45
updateSoftwareMethod · 0.45
sendLogsMethod · 0.45
checkTaskFileMethod · 0.45
handlerErrorMethod · 0.45
validateUnblockCodeMethod · 0.45
validatePasswordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected