Durai Pandian
Durai Pandian
I am trying to get it worked. But no luck. If anyone get it work, would be nice if you share the steps.
- added patch property to Commit class - added relevant test cases and tested it.
Current we can get status for the commit (comparing parent). But can't get patch text. I would like to have commit.patch to get patch text. Result will be similar to...
* Celery Executor version: * Python version: 3.6.11 * Operating System: mac ### Description Fails with below error. ```python Traceback (most recent call last): File "/Users/durai/work/venv/harvester/lib/python3.6/site-packages/celery_pool_asyncio/tracer.py", line 184, in trace_task...