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

Method package_finished

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

Source from the content-addressed store, hash-verified

77 self.notify(_("Reconnection failed"), _("Current IP: %s") % ip)
78
79 def package_finished(self, pypack):
80 if not self.config.get('packagefinished', True):
81 return
82
83 self.notify(_("Package finished"), pypack.name)
84
85 def package_failed(self, pypack):
86 if not self.config.get('packagefailed', True):

Callers

nothing calls this directly

Calls 3

notifyMethod · 0.95
_Function · 0.50
getMethod · 0.45

Tested by

no test coverage detected