(self, msg, status="processing")
| 119 | self.sync() #@TODO needed aslong no better job approving exists |
| 120 | |
| 121 | def setCustomStatus(self, msg, status="processing"): |
| 122 | self.statusname = msg |
| 123 | self.setStatus(status) |
| 124 | |
| 125 | def getStatusName(self): |
| 126 | if self.status not in (13, 14) or not self.statusname: |
no test coverage detected