mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
Reduced Task size (~600B/task)
This commit is contained in:
parent
6bbcce206b
commit
2897bcfd81
@ -419,6 +419,8 @@ class Task(TaskBase):
|
||||
shell = False
|
||||
"""Execute the command with the shell (class attribute)"""
|
||||
|
||||
__slots__ = ('env', 'inputs', 'outputs', 'dep_nodes', 'run_after', 'dep_vars', 'cwd', 'last_cmd', 'err_msg', '_uid')
|
||||
|
||||
def __init__(self, *k, **kw):
|
||||
TaskBase.__init__(self, *k, **kw)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user