Browse Source
* [python] Fix task relation wrong hashable function Currently our :class:`TaskRelation` have wrong __hash__ function, would mistake a object as same object. It failed our dependence and process definition. this patch fix it by adding `_KEY_ATTR` to overwrite TaskRelation's __eq__ and correct __hash__ func close: #7627 * Fix code format3.0.0/version-upgrade
Jiajie Zhong
3 years ago
committed by
GitHub
3 changed files with 56 additions and 3 deletions
Loading…
Reference in new issue