Reduced Task size (~600B/task)

This commit is contained in:
Thomas Nagy 2016-02-14 14:24:59 +01:00
parent 6bbcce206b
commit 2897bcfd81
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 2 additions and 0 deletions

View File

@ -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)