• J
    [fix][python] Task switch branch not show in webui (#12120) · a86f4e26
    Jiajie Zhong 提交于
    when create task switch in python api, switch branch not show correctly,
    due to we add some unnecessary attribute to switch task, this patch we
    add `_task_ignore_attr` in class `Task` to ignore those unnecessary
    attribute from `_task_default_attr`
    a86f4e26
test_task.py 13.8 KB