MCPcopy Index your code
hub / github.com/pyload/pyload / tempOffline

Method tempOffline

module/plugins/Plugin.py:299–301  ·  view source on GitHub ↗

fail and indicates file ist temporary offline, the core may take consequences

(self)

Source from the content-addressed store, hash-verified

297 raise Fail("offline")
298
299 def tempOffline(self):
300 """ fail and indicates file ist temporary offline, the core may take consequences """
301 raise Fail("temp. offline")
302
303 def retry(self, max_tries=3, wait_time=1, reason=""):
304 """Retries and begin again from the beginning

Callers

nothing calls this directly

Calls 1

FailClass · 0.85

Tested by

no test coverage detected