mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-23 02:16:01 +01:00
Missing TaskBase.uid() method
This commit is contained in:
parent
c2361d54bd
commit
bd255ce641
@ -198,6 +198,9 @@ class TaskBase(evil):
|
||||
"""
|
||||
return RUN_ME
|
||||
|
||||
def uid(self):
|
||||
return Utils.SIG_NIL
|
||||
|
||||
def process(self):
|
||||
"""
|
||||
Assume that the task has had a ``master`` which is an instance of :py:class:`waflib.Runner.Parallel`.
|
||||
|
Loading…
Reference in New Issue
Block a user