MCPcopy Create free account
hub / github.com/pyload/pyload / package_failed

Method package_failed

module/plugins/internal/Notifier.py:85–89  ·  view source on GitHub ↗
(self, pypack)

Source from the content-addressed store, hash-verified

83 self.notify(_("Package finished"), pypack.name)
84
85 def package_failed(self, pypack):
86 if not self.config.get('packagefailed', True):
87 return
88
89 self.notify(_("Package failed"), pypack.name)
90
91 def download_finished(self, pyfile):
92 if not self.config.get('downloadfinished', False):

Callers

nothing calls this directly

Calls 3

notifyMethod · 0.95
_Function · 0.50
getMethod · 0.45

Tested by

no test coverage detected