Anton Gladkov
Results
3
issues of
Anton Gladkov
#101 related ticket
Add plugin requirement
## Steps to reproduce ``` g = group(sig1, sig2) g.link(sig3) # links to sig1 g.link_error(sig4) # links to sig1 g.apply_async(link=sig3) # raises TypeError g.apply_async(link_error=sig4) # raises TypeError ``` ## Expected...
Component: Canvas
Status: Has Testcase ✔
Issue Type: Bug Report