Try to process link tasks as early as possible

This commit is contained in:
Thomas Nagy 2017-06-15 16:01:12 +02:00
parent e5e8397154
commit af4a768775
1 changed files with 3 additions and 0 deletions

View File

@ -131,6 +131,9 @@ class link_task(Task.Task):
"""
color = 'YELLOW'
weight = 3
"""Try to process link tasks as early as possible"""
inst_to = None
"""Default installation path for the link task outputs, or None to disable"""