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

Method fail

src/astroprint/software.py:61–64  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

59 self._logger.info("[%s] fetched" % item.shortdesc)
60
61 def fail(self, item):
62 super(DepsDownloadProgress, self).fail(item)
63 self._logger.error("Error fetching dependency [%s]" % item.shortdesc)
64 self._completionCb(False)
65
66
67 class DepsInstallProgress(apt.progress.base.InstallProgress):

Callers 15

jquery.jsFile · 0.80
_aFunction · 0.80
sendFunction · 0.80
successHandlerFunction · 0.80
setup.jsFile · 0.80
updating.jsFile · 0.80
login.jsFile · 0.80
app.jsFile · 0.80
print-queue.jsFile · 0.80
clear-bed.jsFile · 0.80
additional-task.jsFile · 0.80

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected