Fail and indicates file ist temporary offline, the core may take consequences
(self, msg="")
| 427 | |
| 428 | #@TODO: Recheck in 0.4.10 |
| 429 | def temp_offline(self, msg=""): |
| 430 | """ |
| 431 | Fail and indicates file ist temporary offline, the core may take consequences |
| 432 | """ |
| 433 | self.fail("temp. offline") |
| 434 | |
| 435 | def restart(self, msg="", premium=True): |
| 436 | if not msg: |
no test coverage detected