How can I override a pyinvoke previously defined rule, but “super()” call the older implementation?

前端 未结 0 1860
闹比i
闹比i 2021-02-14 05:54

I have a standard_tasks.py module that provides a task for build

@task
def build(ctx):
    do_this()

from my tasks.py I am currently doing

相关标签:
回答
  • 消灭零回复
提交回复
热议问题