def send_task(self, task, job, obligation): | |
... | |
processed = ... | |
... | |
copied = ... | |
... | |
executed = ... | |
100 more lines |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
def send_task(self, task, job, obligation): | |
... | |
processed = ... | |
... | |
copied = ... | |
... | |
executed = ... | |
100 more lines |