MCPcopy
hub / github.com/pyload/pyload / fail

Method fail

module/plugins/Plugin.py:291–293  ·  view source on GitHub ↗

fail and give reason

(self, reason)

Source from the content-addressed store, hash-verified

289 self.pyfile.setStatus("starting")
290
291 def fail(self, reason):
292 """ fail and give reason """
293 raise Fail(reason)
294
295 def offline(self):
296 """ fail and indicate file is offline """

Callers 15

decryptCaptchaMethod · 0.95
PFunction · 0.45
kbFunction · 0.45
admin.jsFile · 0.45
PackageUIFunction · 0.45
PackageFunction · 0.45
settings.jsFile · 0.45
PFunction · 0.45
kbFunction · 0.45
admin.jsFile · 0.45

Calls 1

FailClass · 0.85

Tested by

no test coverage detected