2
0
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:
Thomas Nagy 2016-03-30 23:01:46 +02:00
parent c2361d54bd
commit bd255ce641
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -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`.